Shades of Bilbao #408A08
Tints of Bilbao #408A08
RGB
CMYK
RGB Variations
Color information
#408A08 (or 0x408A08) is known color: Bilbao. HEX triplet: 40, 8A and 08. RGB value is (64,138,8). Sum of RGB (Red+Green+Blue) = 64+138+8=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #408A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408A08 is #BF75F7. Grayscale: #656565. Windows color (decimal): -12547576 or 559680. OLE color: 559680.
HSL color Cylindrical-coordinate representation of color #408A08: hue angle of 94.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #408A08 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 8 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.46 |
| HSL | 94.15º | 0.89% | 0.29% | - |
| HSV(B) | 94.15º | 0.94% | 0.54% | - |
| XYZ | 11.25 | 19.28 | 3.36 | - |
| YUV | 101.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 8 | 0.54 | 0 | 0.94 | 0.46 | 94.15 | 0.89 | 0.29 |
| Hex | 40 | 8A | 8 | 36 | 0 | 5E | 2E | 5E | 59 | 1D |
| Octal | 100 | 212 | 10 | 66 | 0 | 136 | 56 | 136 | 131 | 35 |
| Binary | 1000000 | 10001010 | 1000 | 110110 | 0 | 1011110 | 101110 | 1011110 | 1011001 | 11101 |
Color Harmonies of #408A08
Complementary color
Monochromatic Colors of #408A08
Black with #408A08
Text Example
Text Example
White with #408A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A08; }
p { color: rgb(64,138,8); }
H1.HeaderClassName
{
color: #408A08;
}
.AnyTagClassName
{
color: #408A08;
}
</style>
background-color css
<style>
a { background-color: #408A08; }
a { background-color: rgb(64,138,8); }
div.DivClassName
{
background-color: #408A08;
}
.BgClassName
{
background-color: #408A08;
}
</style>
border-color css
<style>
span { border-color: #408A08; }
span { border-color: rgb(64,138,8); }
td.TdClassName
{
border-color: #408A08;
}
.TagClassName
{
border-color: #408A08;
}
</style>