Shades of Bilbao #418200
Tints of Bilbao #418200
RGB
CMYK
RGB Variations
Color information
#418200 (or 0x418200) is known color: Bilbao. HEX triplet: 41, 82 and 00. RGB value is (65,130,0). Sum of RGB (Red+Green+Blue) = 65+130+0=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #418200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418200 is #BE7DFF. Grayscale: #606060. Windows color (decimal): -12484096 or 33345. OLE color: 33345.
HSL color Cylindrical-coordinate representation of color #418200: hue angle of 90º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418200 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.49 |
| HSL | 90º | 1% | 0.25% | - |
| HSV(B) | 90º | 1% | 0.51% | - |
| XYZ | 10.16 | 17.09 | 2.76 | - |
| YUV | 95.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 0 | 0.50 | 0 | 1 | 0.49 | 90 | 1 | 0.25 |
| Hex | 41 | 82 | 0 | 32 | 0 | 64 | 31 | 5A | 64 | 19 |
| Octal | 101 | 202 | 0 | 62 | 0 | 144 | 61 | 132 | 144 | 31 |
| Binary | 1000001 | 10000010 | 0 | 110010 | 0 | 1100100 | 110001 | 1011010 | 1100100 | 11001 |
Color Harmonies of #418200
Complementary color
Monochromatic Colors of #418200
Black with #418200
Text Example
Text Example
White with #418200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418200; }
p { color: rgb(65,130,0); }
H1.HeaderClassName
{
color: #418200;
}
.AnyTagClassName
{
color: #418200;
}
</style>
background-color css
<style>
a { background-color: #418200; }
a { background-color: rgb(65,130,0); }
div.DivClassName
{
background-color: #418200;
}
.BgClassName
{
background-color: #418200;
}
</style>
border-color css
<style>
span { border-color: #418200; }
span { border-color: rgb(65,130,0); }
td.TdClassName
{
border-color: #418200;
}
.TagClassName
{
border-color: #418200;
}
</style>