#31851c

Color #31851C Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #31851C

Tints of Bilbao #31851C

Color information

#31851C (or 0x31851C) is unknown color: approx Bilbao. HEX triplet: 31, 85 and 1C. RGB value is (49,133,28). Sum of RGB (Red+Green+Blue) = 49+133+28=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #31851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31851C is #CE7AE3. Grayscale: #606060. Windows color (decimal): -13531876 or 1869105. OLE color: 1869105.

HSL color Cylindrical-coordinate representation of color #31851C: hue angle of 108º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31851C is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB4913328-
CMYK0.6300.790.48
HSL108º65.22%31.57%-
HSV(B)108º78.95%52.16%-
XYZ9.8617.513.96-
YUV95.9189.6794.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=23.33%
G=63.33%
B=13.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133280.6300.790.4810865.2231.57
Hex31851C3F04F306c4120
Octal61205347701176015410140
Binary11000110000101111001111110100111111000011011001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31851c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31851c; }

 p { color: rgb(49,133,28); }

 H1.HeaderClassName
 {
   color: #31851c;
 }
 .AnyTagClassName
 {
   color: #31851c;
 }
</style>
background-color css

<style>
 a { background-color: #31851c; }

 a { background-color: rgb(49,133,28); }

 div.DivClassName
 {
   background-color: #31851c;
 }
 .BgClassName
 {
   background-color: #31851c;
 }
</style>
border-color css

<style>
 span { border-color: #31851c; }

 span { border-color: rgb(49,133,28); }

 td.TdClassName
 {
   border-color: #31851c;
 }
 .TagClassName
 {
   border-color: #31851c;
 }
</style>