Shades of Bilbao #417D09
Tints of Bilbao #417D09
RGB
CMYK
RGB Variations
Color information
#417D09 (or 0x417D09) is known color: Bilbao. HEX triplet: 41, 7D and 09. RGB value is (65,125,9). Sum of RGB (Red+Green+Blue) = 65+125+9=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 125 (49.22% from 255 or 62.81% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 125 - color contains mainly: green. Hex color #417D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417D09 is #BE82F6. Grayscale: #5E5E5E. Windows color (decimal): -12485367 or 621889. OLE color: 621889.
HSL color Cylindrical-coordinate representation of color #417D09: hue angle of 91.03º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #417D09 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 9 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.51 |
| HSL | 91.03º | 0.87% | 0.26% | - |
| HSV(B) | 91.03º | 0.93% | 0.49% | - |
| XYZ | 9.56 | 15.81 | 2.81 | - |
| YUV | 93.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 9 | 0.48 | 0 | 0.93 | 0.51 | 91.03 | 0.87 | 0.26 |
| Hex | 41 | 7D | 9 | 30 | 0 | 5D | 33 | 5B | 57 | 1A |
| Octal | 101 | 175 | 11 | 60 | 0 | 135 | 63 | 133 | 127 | 32 |
| Binary | 1000001 | 1111101 | 1001 | 110000 | 0 | 1011101 | 110011 | 1011011 | 1010111 | 11010 |
Color Harmonies of #417D09
Complementary color
Monochromatic Colors of #417D09
Black with #417D09
Text Example
Text Example
White with #417D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D09; }
p { color: rgb(65,125,9); }
H1.HeaderClassName
{
color: #417D09;
}
.AnyTagClassName
{
color: #417D09;
}
</style>
background-color css
<style>
a { background-color: #417D09; }
a { background-color: rgb(65,125,9); }
div.DivClassName
{
background-color: #417D09;
}
.BgClassName
{
background-color: #417D09;
}
</style>
border-color css
<style>
span { border-color: #417D09; }
span { border-color: rgb(65,125,9); }
td.TdClassName
{
border-color: #417D09;
}
.TagClassName
{
border-color: #417D09;
}
</style>