Shades of Bilbao #418600
Tints of Bilbao #418600
RGB
CMYK
RGB Variations
Color information
#418600 (or 0x418600) is known color: Bilbao. HEX triplet: 41, 86 and 00. RGB value is (65,134,0). Sum of RGB (Red+Green+Blue) = 65+134+0=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #418600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418600 is #BE79FF. Grayscale: #626262. Windows color (decimal): -12483072 or 34369. OLE color: 34369.
HSL color Cylindrical-coordinate representation of color #418600: hue angle of 90.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418600 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.47 |
| HSL | 90.9º | 1% | 0.26% | - |
| HSV(B) | 90.9º | 1% | 0.53% | - |
| XYZ | 10.71 | 18.17 | 2.94 | - |
| YUV | 98.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 0 | 0.51 | 0 | 1 | 0.47 | 90.9 | 1 | 0.26 |
| Hex | 41 | 86 | 0 | 33 | 0 | 64 | 2F | 5B | 64 | 1A |
| Octal | 101 | 206 | 0 | 63 | 0 | 144 | 57 | 133 | 144 | 32 |
| Binary | 1000001 | 10000110 | 0 | 110011 | 0 | 1100100 | 101111 | 1011011 | 1100100 | 11010 |
Color Harmonies of #418600
Complementary color
Monochromatic Colors of #418600
Black with #418600
Text Example
Text Example
White with #418600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418600; }
p { color: rgb(65,134,0); }
H1.HeaderClassName
{
color: #418600;
}
.AnyTagClassName
{
color: #418600;
}
</style>
background-color css
<style>
a { background-color: #418600; }
a { background-color: rgb(65,134,0); }
div.DivClassName
{
background-color: #418600;
}
.BgClassName
{
background-color: #418600;
}
</style>
border-color css
<style>
span { border-color: #418600; }
span { border-color: rgb(65,134,0); }
td.TdClassName
{
border-color: #418600;
}
.TagClassName
{
border-color: #418600;
}
</style>