Shades of Bilbao #418909
Tints of Bilbao #418909
RGB
CMYK
RGB Variations
Color information
#418909 (or 0x418909) is known color: Bilbao. HEX triplet: 41, 89 and 09. RGB value is (65,137,9). Sum of RGB (Red+Green+Blue) = 65+137+9=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #418909 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418909 is #BE76F6. Grayscale: #656565. Windows color (decimal): -12482295 or 624961. OLE color: 624961.
HSL color Cylindrical-coordinate representation of color #418909: hue angle of 93.75º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #418909 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 9 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.46 |
| HSL | 93.75º | 0.88% | 0.29% | - |
| HSV(B) | 93.75º | 0.93% | 0.54% | - |
| XYZ | 11.17 | 19.03 | 3.34 | - |
| YUV | 100.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 9 | 0.53 | 0 | 0.93 | 0.46 | 93.75 | 0.88 | 0.29 |
| Hex | 41 | 89 | 9 | 35 | 0 | 5D | 2E | 5E | 58 | 1D |
| Octal | 101 | 211 | 11 | 65 | 0 | 135 | 56 | 136 | 130 | 35 |
| Binary | 1000001 | 10001001 | 1001 | 110101 | 0 | 1011101 | 101110 | 1011110 | 1011000 | 11101 |
Color Harmonies of #418909
Complementary color
Monochromatic Colors of #418909
Black with #418909
Text Example
Text Example
White with #418909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418909; }
p { color: rgb(65,137,9); }
H1.HeaderClassName
{
color: #418909;
}
.AnyTagClassName
{
color: #418909;
}
</style>
background-color css
<style>
a { background-color: #418909; }
a { background-color: rgb(65,137,9); }
div.DivClassName
{
background-color: #418909;
}
.BgClassName
{
background-color: #418909;
}
</style>
border-color css
<style>
span { border-color: #418909; }
span { border-color: rgb(65,137,9); }
td.TdClassName
{
border-color: #418909;
}
.TagClassName
{
border-color: #418909;
}
</style>