Shades of Bilbao #418B00
Tints of Bilbao #418B00
RGB
CMYK
RGB Variations
Color information
#418B00 (or 0x418B00) is known color: Bilbao. HEX triplet: 41, 8B and 00. RGB value is (65,139,0). Sum of RGB (Red+Green+Blue) = 65+139+0=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #418B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418B00 is #BE74FF. Grayscale: #656565. Windows color (decimal): -12481792 or 35649. OLE color: 35649.
HSL color Cylindrical-coordinate representation of color #418B00: hue angle of 91.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418B00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.45 |
| HSL | 91.94º | 1% | 0.27% | - |
| HSV(B) | 91.94º | 1% | 0.55% | - |
| XYZ | 11.41 | 19.59 | 3.18 | - |
| YUV | 101.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 0 | 0.53 | 0 | 1 | 0.45 | 91.94 | 1 | 0.27 |
| Hex | 41 | 8B | 0 | 35 | 0 | 64 | 2D | 5C | 64 | 1B |
| Octal | 101 | 213 | 0 | 65 | 0 | 144 | 55 | 134 | 144 | 33 |
| Binary | 1000001 | 10001011 | 0 | 110101 | 0 | 1100100 | 101101 | 1011100 | 1100100 | 11011 |
Color Harmonies of #418B00
Complementary color
Monochromatic Colors of #418B00
Black with #418B00
Text Example
Text Example
White with #418B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B00; }
p { color: rgb(65,139,0); }
H1.HeaderClassName
{
color: #418B00;
}
.AnyTagClassName
{
color: #418B00;
}
</style>
background-color css
<style>
a { background-color: #418B00; }
a { background-color: rgb(65,139,0); }
div.DivClassName
{
background-color: #418B00;
}
.BgClassName
{
background-color: #418B00;
}
</style>
border-color css
<style>
span { border-color: #418B00; }
span { border-color: rgb(65,139,0); }
td.TdClassName
{
border-color: #418B00;
}
.TagClassName
{
border-color: #418B00;
}
</style>