Shades of Bilbao #408B06
Tints of Bilbao #408B06
RGB
CMYK
RGB Variations
Color information
#408B06 (or 0x408B06) is known color: Bilbao. HEX triplet: 40, 8B and 06. RGB value is (64,139,6). Sum of RGB (Red+Green+Blue) = 64+139+6=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #408B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B06 is #BF74F9. Grayscale: #656565. Windows color (decimal): -12547322 or 428864. OLE color: 428864.
HSL color Cylindrical-coordinate representation of color #408B06: hue angle of 93.83º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #408B06 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 6 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.45 |
| HSL | 93.83º | 0.92% | 0.28% | - |
| HSV(B) | 93.83º | 0.96% | 0.55% | - |
| XYZ | 11.38 | 19.57 | 3.35 | - |
| YUV | 101.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 6 | 0.54 | 0 | 0.96 | 0.45 | 93.83 | 0.92 | 0.28 |
| Hex | 40 | 8B | 6 | 36 | 0 | 60 | 2D | 5E | 5C | 1C |
| Octal | 100 | 213 | 6 | 66 | 0 | 140 | 55 | 136 | 134 | 34 |
| Binary | 1000000 | 10001011 | 110 | 110110 | 0 | 1100000 | 101101 | 1011110 | 1011100 | 11100 |
Color Harmonies of #408B06
Complementary color
Monochromatic Colors of #408B06
Black with #408B06
Text Example
Text Example
White with #408B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B06; }
p { color: rgb(64,139,6); }
H1.HeaderClassName
{
color: #408B06;
}
.AnyTagClassName
{
color: #408B06;
}
</style>
background-color css
<style>
a { background-color: #408B06; }
a { background-color: rgb(64,139,6); }
div.DivClassName
{
background-color: #408B06;
}
.BgClassName
{
background-color: #408B06;
}
</style>
border-color css
<style>
span { border-color: #408B06; }
span { border-color: rgb(64,139,6); }
td.TdClassName
{
border-color: #408B06;
}
.TagClassName
{
border-color: #408B06;
}
</style>