Shades of Bilbao #407B12
Tints of Bilbao #407B12
RGB
CMYK
RGB Variations
Color information
#407B12 (or 0x407B12) is known color: Bilbao. HEX triplet: 40, 7B and 12. RGB value is (64,123,18). Sum of RGB (Red+Green+Blue) = 64+123+18=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #407B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B12 is #BF84ED. Grayscale: #5D5D5D. Windows color (decimal): -12551406 or 1211200. OLE color: 1211200.
HSL color Cylindrical-coordinate representation of color #407B12: hue angle of 93.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #407B12 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 18 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.52 |
| HSL | 93.71º | 0.74% | 0.28% | - |
| HSV(B) | 93.71º | 0.85% | 0.48% | - |
| XYZ | 9.31 | 15.3 | 3.03 | - |
| YUV | 93.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 18 | 0.48 | 0 | 0.85 | 0.52 | 93.71 | 0.74 | 0.28 |
| Hex | 40 | 7B | 12 | 30 | 0 | 55 | 34 | 5E | 4A | 1C |
| Octal | 100 | 173 | 22 | 60 | 0 | 125 | 64 | 136 | 112 | 34 |
| Binary | 1000000 | 1111011 | 10010 | 110000 | 0 | 1010101 | 110100 | 1011110 | 1001010 | 11100 |
Color Harmonies of #407B12
Complementary color
Monochromatic Colors of #407B12
Black with #407B12
Text Example
Text Example
White with #407B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B12; }
p { color: rgb(64,123,18); }
H1.HeaderClassName
{
color: #407B12;
}
.AnyTagClassName
{
color: #407B12;
}
</style>
background-color css
<style>
a { background-color: #407B12; }
a { background-color: rgb(64,123,18); }
div.DivClassName
{
background-color: #407B12;
}
.BgClassName
{
background-color: #407B12;
}
</style>
border-color css
<style>
span { border-color: #407B12; }
span { border-color: rgb(64,123,18); }
td.TdClassName
{
border-color: #407B12;
}
.TagClassName
{
border-color: #407B12;
}
</style>