Shades of Bilbao #418100
Tints of Bilbao #418100
RGB
CMYK
RGB Variations
Color information
#418100 (or 0x418100) is known color: Bilbao. HEX triplet: 41, 81 and 00. RGB value is (65,129,0). Sum of RGB (Red+Green+Blue) = 65+129+0=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #418100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418100 is #BE7EFF. Grayscale: #5F5F5F. Windows color (decimal): -12484352 or 33089. OLE color: 33089.
HSL color Cylindrical-coordinate representation of color #418100: hue angle of 89.77º 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 #418100 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.49 |
| HSL | 89.77º | 1% | 0.25% | - |
| HSV(B) | 89.77º | 1% | 0.51% | - |
| XYZ | 10.03 | 16.82 | 2.72 | - |
| YUV | 95.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 0 | 0.50 | 0 | 1 | 0.49 | 89.77 | 1 | 0.25 |
| Hex | 41 | 81 | 0 | 32 | 0 | 64 | 31 | 5A | 64 | 19 |
| Octal | 101 | 201 | 0 | 62 | 0 | 144 | 61 | 132 | 144 | 31 |
| Binary | 1000001 | 10000001 | 0 | 110010 | 0 | 1100100 | 110001 | 1011010 | 1100100 | 11001 |
Color Harmonies of #418100
Complementary color
Monochromatic Colors of #418100
Black with #418100
Text Example
Text Example
White with #418100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418100; }
p { color: rgb(65,129,0); }
H1.HeaderClassName
{
color: #418100;
}
.AnyTagClassName
{
color: #418100;
}
</style>
background-color css
<style>
a { background-color: #418100; }
a { background-color: rgb(65,129,0); }
div.DivClassName
{
background-color: #418100;
}
.BgClassName
{
background-color: #418100;
}
</style>
border-color css
<style>
span { border-color: #418100; }
span { border-color: rgb(65,129,0); }
td.TdClassName
{
border-color: #418100;
}
.TagClassName
{
border-color: #418100;
}
</style>