Shades of Bilbao #418A09
Tints of Bilbao #418A09
RGB
CMYK
RGB Variations
Color information
#418A09 (or 0x418A09) is known color: Bilbao. HEX triplet: 41, 8A and 09. RGB value is (65,138,9). Sum of RGB (Red+Green+Blue) = 65+138+9=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #418A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418A09 is #BE75F6. Grayscale: #656565. Windows color (decimal): -12482039 or 625217. OLE color: 625217.
HSL color Cylindrical-coordinate representation of color #418A09: hue angle of 93.95º 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 #418A09 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 9 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.46 |
| HSL | 93.95º | 0.88% | 0.29% | - |
| HSV(B) | 93.95º | 0.93% | 0.54% | - |
| XYZ | 11.32 | 19.32 | 3.39 | - |
| YUV | 101.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 9 | 0.53 | 0 | 0.93 | 0.46 | 93.95 | 0.88 | 0.29 |
| Hex | 41 | 8A | 9 | 35 | 0 | 5D | 2E | 5E | 58 | 1D |
| Octal | 101 | 212 | 11 | 65 | 0 | 135 | 56 | 136 | 130 | 35 |
| Binary | 1000001 | 10001010 | 1001 | 110101 | 0 | 1011101 | 101110 | 1011110 | 1011000 | 11101 |
Color Harmonies of #418A09
Complementary color
Monochromatic Colors of #418A09
Black with #418A09
Text Example
Text Example
White with #418A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A09; }
p { color: rgb(65,138,9); }
H1.HeaderClassName
{
color: #418A09;
}
.AnyTagClassName
{
color: #418A09;
}
</style>
background-color css
<style>
a { background-color: #418A09; }
a { background-color: rgb(65,138,9); }
div.DivClassName
{
background-color: #418A09;
}
.BgClassName
{
background-color: #418A09;
}
</style>
border-color css
<style>
span { border-color: #418A09; }
span { border-color: rgb(65,138,9); }
td.TdClassName
{
border-color: #418A09;
}
.TagClassName
{
border-color: #418A09;
}
</style>