Shades of Bilbao #417818
Tints of Bilbao #417818
RGB
CMYK
RGB Variations
Color information
#417818 (or 0x417818) is known color: Bilbao. HEX triplet: 41, 78 and 18. RGB value is (65,120,24). Sum of RGB (Red+Green+Blue) = 65+120+24=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #417818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417818 is #BE87E7. Grayscale: #5C5C5C. Windows color (decimal): -12486632 or 1603649. OLE color: 1603649.
HSL color Cylindrical-coordinate representation of color #417818: hue angle of 94.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #417818 is Cyan = 0.46, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 24 | - |
| CMYK | 0.46 | 0 | 0.8 | 0.53 |
| HSL | 94.38º | 0.67% | 0.28% | - |
| HSV(B) | 94.38º | 0.8% | 0.47% | - |
| XYZ | 9.06 | 14.62 | 3.21 | - |
| YUV | 92.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 24 | 0.46 | 0 | 0.8 | 0.53 | 94.38 | 0.67 | 0.28 |
| Hex | 41 | 78 | 18 | 2E | 0 | 50 | 35 | 5E | 43 | 1C |
| Octal | 101 | 170 | 30 | 56 | 0 | 120 | 65 | 136 | 103 | 34 |
| Binary | 1000001 | 1111000 | 11000 | 101110 | 0 | 1010000 | 110101 | 1011110 | 1000011 | 11100 |
Color Harmonies of #417818
Complementary color
Monochromatic Colors of #417818
Black with #417818
Text Example
Text Example
White with #417818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417818; }
p { color: rgb(65,120,24); }
H1.HeaderClassName
{
color: #417818;
}
.AnyTagClassName
{
color: #417818;
}
</style>
background-color css
<style>
a { background-color: #417818; }
a { background-color: rgb(65,120,24); }
div.DivClassName
{
background-color: #417818;
}
.BgClassName
{
background-color: #417818;
}
</style>
border-color css
<style>
span { border-color: #417818; }
span { border-color: rgb(65,120,24); }
td.TdClassName
{
border-color: #417818;
}
.TagClassName
{
border-color: #417818;
}
</style>