Shades of Bilbao #417500
Tints of Bilbao #417500
RGB
CMYK
RGB Variations
Color information
#417500 (or 0x417500) is known color: Bilbao. HEX triplet: 41, 75 and 00. RGB value is (65,117,0). Sum of RGB (Red+Green+Blue) = 65+117+0=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #417500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417500 is #BE8AFF. Grayscale: #585858. Windows color (decimal): -12487424 or 30017. OLE color: 30017.
HSL color Cylindrical-coordinate representation of color #417500: hue angle of 86.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #417500 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.54 |
| HSL | 86.67º | 1% | 0.23% | - |
| HSV(B) | 86.67º | 1% | 0.46% | - |
| XYZ | 8.54 | 13.85 | 2.22 | - |
| YUV | 88.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 0 | 0.44 | 0 | 1 | 0.54 | 86.67 | 1 | 0.23 |
| Hex | 41 | 75 | 0 | 2C | 0 | 64 | 36 | 57 | 64 | 17 |
| Octal | 101 | 165 | 0 | 54 | 0 | 144 | 66 | 127 | 144 | 27 |
| Binary | 1000001 | 1110101 | 0 | 101100 | 0 | 1100100 | 110110 | 1010111 | 1100100 | 10111 |
Color Harmonies of #417500
Complementary color
Monochromatic Colors of #417500
Black with #417500
Text Example
Text Example
White with #417500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417500; }
p { color: rgb(65,117,0); }
H1.HeaderClassName
{
color: #417500;
}
.AnyTagClassName
{
color: #417500;
}
</style>
background-color css
<style>
a { background-color: #417500; }
a { background-color: rgb(65,117,0); }
div.DivClassName
{
background-color: #417500;
}
.BgClassName
{
background-color: #417500;
}
</style>
border-color css
<style>
span { border-color: #417500; }
span { border-color: rgb(65,117,0); }
td.TdClassName
{
border-color: #417500;
}
.TagClassName
{
border-color: #417500;
}
</style>