Shades of Bilbao #417C09
Tints of Bilbao #417C09
RGB
CMYK
RGB Variations
Color information
#417C09 (or 0x417C09) is known color: Bilbao. HEX triplet: 41, 7C and 09. RGB value is (65,124,9). Sum of RGB (Red+Green+Blue) = 65+124+9=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #417C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C09 is #BE83F6. Grayscale: #5D5D5D. Windows color (decimal): -12485623 or 621633. OLE color: 621633.
HSL color Cylindrical-coordinate representation of color #417C09: hue angle of 90.78º degrees, saturation: 0.86, 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 #417C09 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 9 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.51 |
| HSL | 90.78º | 0.86% | 0.26% | - |
| HSV(B) | 90.78º | 0.93% | 0.49% | - |
| XYZ | 9.44 | 15.56 | 2.76 | - |
| YUV | 93.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 9 | 0.48 | 0 | 0.93 | 0.51 | 90.78 | 0.86 | 0.26 |
| Hex | 41 | 7C | 9 | 30 | 0 | 5D | 33 | 5B | 56 | 1A |
| Octal | 101 | 174 | 11 | 60 | 0 | 135 | 63 | 133 | 126 | 32 |
| Binary | 1000001 | 1111100 | 1001 | 110000 | 0 | 1011101 | 110011 | 1011011 | 1010110 | 11010 |
Color Harmonies of #417C09
Complementary color
Monochromatic Colors of #417C09
Black with #417C09
Text Example
Text Example
White with #417C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C09; }
p { color: rgb(65,124,9); }
H1.HeaderClassName
{
color: #417C09;
}
.AnyTagClassName
{
color: #417C09;
}
</style>
background-color css
<style>
a { background-color: #417C09; }
a { background-color: rgb(65,124,9); }
div.DivClassName
{
background-color: #417C09;
}
.BgClassName
{
background-color: #417C09;
}
</style>
border-color css
<style>
span { border-color: #417C09; }
span { border-color: rgb(65,124,9); }
td.TdClassName
{
border-color: #417C09;
}
.TagClassName
{
border-color: #417C09;
}
</style>