Shades of Bilbao #418400
Tints of Bilbao #418400
RGB
CMYK
RGB Variations
Color information
#418400 (or 0x418400) is known color: Bilbao. HEX triplet: 41, 84 and 00. RGB value is (65,132,0). Sum of RGB (Red+Green+Blue) = 65+132+0=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #418400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418400 is #BE7BFF. Grayscale: #616161. Windows color (decimal): -12483584 or 33857. OLE color: 33857.
HSL color Cylindrical-coordinate representation of color #418400: hue angle of 90.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418400 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.48 |
| HSL | 90.45º | 1% | 0.26% | - |
| HSV(B) | 90.45º | 1% | 0.52% | - |
| XYZ | 10.43 | 17.63 | 2.85 | - |
| YUV | 96.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 0 | 0.51 | 0 | 1 | 0.48 | 90.45 | 1 | 0.26 |
| Hex | 41 | 84 | 0 | 33 | 0 | 64 | 30 | 5A | 64 | 1A |
| Octal | 101 | 204 | 0 | 63 | 0 | 144 | 60 | 132 | 144 | 32 |
| Binary | 1000001 | 10000100 | 0 | 110011 | 0 | 1100100 | 110000 | 1011010 | 1100100 | 11010 |
Color Harmonies of #418400
Complementary color
Monochromatic Colors of #418400
Black with #418400
Text Example
Text Example
White with #418400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418400; }
p { color: rgb(65,132,0); }
H1.HeaderClassName
{
color: #418400;
}
.AnyTagClassName
{
color: #418400;
}
</style>
background-color css
<style>
a { background-color: #418400; }
a { background-color: rgb(65,132,0); }
div.DivClassName
{
background-color: #418400;
}
.BgClassName
{
background-color: #418400;
}
</style>
border-color css
<style>
span { border-color: #418400; }
span { border-color: rgb(65,132,0); }
td.TdClassName
{
border-color: #418400;
}
.TagClassName
{
border-color: #418400;
}
</style>