Shades of Bilbao #418900
Tints of Bilbao #418900
RGB
CMYK
RGB Variations
Color information
#418900 (or 0x418900) is known color: Bilbao. HEX triplet: 41, 89 and 00. RGB value is (65,137,0). Sum of RGB (Red+Green+Blue) = 65+137+0=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 137 (53.91% from 255 or 67.82% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 137 - color contains mainly: green. Hex color #418900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418900 is #BE76FF. Grayscale: #646464. Windows color (decimal): -12482304 or 35137. OLE color: 35137.
HSL color Cylindrical-coordinate representation of color #418900: hue angle of 91.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418900 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.46 |
| HSL | 91.53º | 1% | 0.27% | - |
| HSV(B) | 91.53º | 1% | 0.54% | - |
| XYZ | 11.13 | 19.02 | 3.08 | - |
| YUV | 99.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 0 | 0.53 | 0 | 1 | 0.46 | 91.53 | 1 | 0.27 |
| Hex | 41 | 89 | 0 | 35 | 0 | 64 | 2E | 5C | 64 | 1B |
| Octal | 101 | 211 | 0 | 65 | 0 | 144 | 56 | 134 | 144 | 33 |
| Binary | 1000001 | 10001001 | 0 | 110101 | 0 | 1100100 | 101110 | 1011100 | 1100100 | 11011 |
Color Harmonies of #418900
Complementary color
Monochromatic Colors of #418900
Black with #418900
Text Example
Text Example
White with #418900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418900; }
p { color: rgb(65,137,0); }
H1.HeaderClassName
{
color: #418900;
}
.AnyTagClassName
{
color: #418900;
}
</style>
background-color css
<style>
a { background-color: #418900; }
a { background-color: rgb(65,137,0); }
div.DivClassName
{
background-color: #418900;
}
.BgClassName
{
background-color: #418900;
}
</style>
border-color css
<style>
span { border-color: #418900; }
span { border-color: rgb(65,137,0); }
td.TdClassName
{
border-color: #418900;
}
.TagClassName
{
border-color: #418900;
}
</style>