Shades of Bilbao #408412
Tints of Bilbao #408412
RGB
CMYK
RGB Variations
Color information
#408412 (or 0x408412) is known color: Bilbao. HEX triplet: 40, 84 and 12. RGB value is (64,132,18). Sum of RGB (Red+Green+Blue) = 64+132+18=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #408412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408412 is #BF7BED. Grayscale: #636363. Windows color (decimal): -12549102 or 1213504. OLE color: 1213504.
HSL color Cylindrical-coordinate representation of color #408412: hue angle of 95.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #408412 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 18 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.48 |
| HSL | 95.79º | 0.76% | 0.29% | - |
| HSV(B) | 95.79º | 0.86% | 0.52% | - |
| XYZ | 10.47 | 17.64 | 3.42 | - |
| YUV | 98.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 18 | 0.52 | 0 | 0.86 | 0.48 | 95.79 | 0.76 | 0.29 |
| Hex | 40 | 84 | 12 | 34 | 0 | 56 | 30 | 60 | 4C | 1D |
| Octal | 100 | 204 | 22 | 64 | 0 | 126 | 60 | 140 | 114 | 35 |
| Binary | 1000000 | 10000100 | 10010 | 110100 | 0 | 1010110 | 110000 | 1100000 | 1001100 | 11101 |
Color Harmonies of #408412
Complementary color
Monochromatic Colors of #408412
Black with #408412
Text Example
Text Example
White with #408412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408412; }
p { color: rgb(64,132,18); }
H1.HeaderClassName
{
color: #408412;
}
.AnyTagClassName
{
color: #408412;
}
</style>
background-color css
<style>
a { background-color: #408412; }
a { background-color: rgb(64,132,18); }
div.DivClassName
{
background-color: #408412;
}
.BgClassName
{
background-color: #408412;
}
</style>
border-color css
<style>
span { border-color: #408412; }
span { border-color: rgb(64,132,18); }
td.TdClassName
{
border-color: #408412;
}
.TagClassName
{
border-color: #408412;
}
</style>