Shades of Bilbao #418008
Tints of Bilbao #418008
RGB
CMYK
RGB Variations
Color information
#418008 (or 0x418008) is known color: Bilbao. HEX triplet: 41, 80 and 08. RGB value is (65,128,8). Sum of RGB (Red+Green+Blue) = 65+128+8=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #418008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418008 is #BE7FF7. Grayscale: #5F5F5F. Windows color (decimal): -12484600 or 557121. OLE color: 557121.
HSL color Cylindrical-coordinate representation of color #418008: hue angle of 91.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #418008 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 8 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.50 |
| HSL | 91.5º | 0.88% | 0.27% | - |
| HSV(B) | 91.5º | 0.94% | 0.5% | - |
| XYZ | 9.94 | 16.58 | 2.91 | - |
| YUV | 95.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 8 | 0.49 | 0 | 0.94 | 0.50 | 91.5 | 0.88 | 0.27 |
| Hex | 41 | 80 | 8 | 31 | 0 | 5E | 32 | 5C | 58 | 1B |
| Octal | 101 | 200 | 10 | 61 | 0 | 136 | 62 | 134 | 130 | 33 |
| Binary | 1000001 | 10000000 | 1000 | 110001 | 0 | 1011110 | 110010 | 1011100 | 1011000 | 11011 |
Color Harmonies of #418008
Complementary color
Monochromatic Colors of #418008
Black with #418008
Text Example
Text Example
White with #418008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418008; }
p { color: rgb(65,128,8); }
H1.HeaderClassName
{
color: #418008;
}
.AnyTagClassName
{
color: #418008;
}
</style>
background-color css
<style>
a { background-color: #418008; }
a { background-color: rgb(65,128,8); }
div.DivClassName
{
background-color: #418008;
}
.BgClassName
{
background-color: #418008;
}
</style>
border-color css
<style>
span { border-color: #418008; }
span { border-color: rgb(65,128,8); }
td.TdClassName
{
border-color: #418008;
}
.TagClassName
{
border-color: #418008;
}
</style>