Shades of Bilbao #418808
Tints of Bilbao #418808
RGB
CMYK
RGB Variations
Color information
#418808 (or 0x418808) is known color: Bilbao. HEX triplet: 41, 88 and 08. RGB value is (65,136,8). Sum of RGB (Red+Green+Blue) = 65+136+8=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #418808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418808 is #BE77F7. Grayscale: #646464. Windows color (decimal): -12482552 or 559169. OLE color: 559169.
HSL color Cylindrical-coordinate representation of color #418808: hue angle of 93.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #418808 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 8 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.47 |
| HSL | 93.28º | 0.89% | 0.28% | - |
| HSV(B) | 93.28º | 0.94% | 0.53% | - |
| XYZ | 11.03 | 18.75 | 3.27 | - |
| YUV | 100.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 8 | 0.52 | 0 | 0.94 | 0.47 | 93.28 | 0.89 | 0.28 |
| Hex | 41 | 88 | 8 | 34 | 0 | 5E | 2F | 5D | 59 | 1C |
| Octal | 101 | 210 | 10 | 64 | 0 | 136 | 57 | 135 | 131 | 34 |
| Binary | 1000001 | 10001000 | 1000 | 110100 | 0 | 1011110 | 101111 | 1011101 | 1011001 | 11100 |
Color Harmonies of #418808
Complementary color
Monochromatic Colors of #418808
Black with #418808
Text Example
Text Example
White with #418808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418808; }
p { color: rgb(65,136,8); }
H1.HeaderClassName
{
color: #418808;
}
.AnyTagClassName
{
color: #418808;
}
</style>
background-color css
<style>
a { background-color: #418808; }
a { background-color: rgb(65,136,8); }
div.DivClassName
{
background-color: #418808;
}
.BgClassName
{
background-color: #418808;
}
</style>
border-color css
<style>
span { border-color: #418808; }
span { border-color: rgb(65,136,8); }
td.TdClassName
{
border-color: #418808;
}
.TagClassName
{
border-color: #418808;
}
</style>