Shades of Bilbao #418105
Tints of Bilbao #418105
RGB
CMYK
RGB Variations
Color information
#418105 (or 0x418105) is known color: Bilbao. HEX triplet: 41, 81 and 05. RGB value is (65,129,5). Sum of RGB (Red+Green+Blue) = 65+129+5=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #418105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418105 is #BE7EFA. Grayscale: #606060. Windows color (decimal): -12484347 or 360769. OLE color: 360769.
HSL color Cylindrical-coordinate representation of color #418105: hue angle of 90.97º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418105 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 5 | - |
| CMYK | 0.50 | 0 | 0.96 | 0.49 |
| HSL | 90.97º | 0.93% | 0.26% | - |
| HSV(B) | 90.97º | 0.96% | 0.51% | - |
| XYZ | 10.06 | 16.84 | 2.86 | - |
| YUV | 95.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 5 | 0.50 | 0 | 0.96 | 0.49 | 90.97 | 0.93 | 0.26 |
| Hex | 41 | 81 | 5 | 32 | 0 | 60 | 31 | 5B | 5D | 1A |
| Octal | 101 | 201 | 5 | 62 | 0 | 140 | 61 | 133 | 135 | 32 |
| Binary | 1000001 | 10000001 | 101 | 110010 | 0 | 1100000 | 110001 | 1011011 | 1011101 | 11010 |
Color Harmonies of #418105
Complementary color
Monochromatic Colors of #418105
Black with #418105
Text Example
Text Example
White with #418105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418105; }
p { color: rgb(65,129,5); }
H1.HeaderClassName
{
color: #418105;
}
.AnyTagClassName
{
color: #418105;
}
</style>
background-color css
<style>
a { background-color: #418105; }
a { background-color: rgb(65,129,5); }
div.DivClassName
{
background-color: #418105;
}
.BgClassName
{
background-color: #418105;
}
</style>
border-color css
<style>
span { border-color: #418105; }
span { border-color: rgb(65,129,5); }
td.TdClassName
{
border-color: #418105;
}
.TagClassName
{
border-color: #418105;
}
</style>