Shades of Bilbao #417709
Tints of Bilbao #417709
RGB
CMYK
RGB Variations
Color information
#417709 (or 0x417709) is known color: Bilbao. HEX triplet: 41, 77 and 09. RGB value is (65,119,9). Sum of RGB (Red+Green+Blue) = 65+119+9=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #417709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417709 is #BE88F6. Grayscale: #5A5A5A. Windows color (decimal): -12486903 or 620353. OLE color: 620353.
HSL color Cylindrical-coordinate representation of color #417709: hue angle of 89.45º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #417709 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 9 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.53 |
| HSL | 89.45º | 0.86% | 0.25% | - |
| HSV(B) | 89.45º | 0.92% | 0.47% | - |
| XYZ | 8.83 | 14.34 | 2.56 | - |
| YUV | 90.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 9 | 0.45 | 0 | 0.92 | 0.53 | 89.45 | 0.86 | 0.25 |
| Hex | 41 | 77 | 9 | 2D | 0 | 5C | 35 | 59 | 56 | 19 |
| Octal | 101 | 167 | 11 | 55 | 0 | 134 | 65 | 131 | 126 | 31 |
| Binary | 1000001 | 1110111 | 1001 | 101101 | 0 | 1011100 | 110101 | 1011001 | 1010110 | 11001 |
Color Harmonies of #417709
Complementary color
Monochromatic Colors of #417709
Black with #417709
Text Example
Text Example
White with #417709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417709; }
p { color: rgb(65,119,9); }
H1.HeaderClassName
{
color: #417709;
}
.AnyTagClassName
{
color: #417709;
}
</style>
background-color css
<style>
a { background-color: #417709; }
a { background-color: rgb(65,119,9); }
div.DivClassName
{
background-color: #417709;
}
.BgClassName
{
background-color: #417709;
}
</style>
border-color css
<style>
span { border-color: #417709; }
span { border-color: rgb(65,119,9); }
td.TdClassName
{
border-color: #417709;
}
.TagClassName
{
border-color: #417709;
}
</style>