Shades of Bilbao #417512
Tints of Bilbao #417512
RGB
CMYK
RGB Variations
Color information
#417512 (or 0x417512) is known color: Bilbao. HEX triplet: 41, 75 and 12. RGB value is (65,117,18). Sum of RGB (Red+Green+Blue) = 65+117+18=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #417512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417512 is #BE8AED. Grayscale: #5A5A5A. Windows color (decimal): -12487406 or 1209665. OLE color: 1209665.
HSL color Cylindrical-coordinate representation of color #417512: hue angle of 91.52º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #417512 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 18 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.54 |
| HSL | 91.52º | 0.73% | 0.26% | - |
| HSV(B) | 91.52º | 0.85% | 0.46% | - |
| XYZ | 8.65 | 13.89 | 2.8 | - |
| YUV | 90.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 18 | 0.44 | 0 | 0.85 | 0.54 | 91.52 | 0.73 | 0.26 |
| Hex | 41 | 75 | 12 | 2C | 0 | 55 | 36 | 5C | 49 | 1A |
| Octal | 101 | 165 | 22 | 54 | 0 | 125 | 66 | 134 | 111 | 32 |
| Binary | 1000001 | 1110101 | 10010 | 101100 | 0 | 1010101 | 110110 | 1011100 | 1001001 | 11010 |
Color Harmonies of #417512
Complementary color
Monochromatic Colors of #417512
Black with #417512
Text Example
Text Example
White with #417512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417512; }
p { color: rgb(65,117,18); }
H1.HeaderClassName
{
color: #417512;
}
.AnyTagClassName
{
color: #417512;
}
</style>
background-color css
<style>
a { background-color: #417512; }
a { background-color: rgb(65,117,18); }
div.DivClassName
{
background-color: #417512;
}
.BgClassName
{
background-color: #417512;
}
</style>
border-color css
<style>
span { border-color: #417512; }
span { border-color: rgb(65,117,18); }
td.TdClassName
{
border-color: #417512;
}
.TagClassName
{
border-color: #417512;
}
</style>