Shades of Bilbao #417A14
Tints of Bilbao #417A14
RGB
CMYK
RGB Variations
Color information
#417A14 (or 0x417A14) is known color: Bilbao. HEX triplet: 41, 7A and 14. RGB value is (65,122,20). Sum of RGB (Red+Green+Blue) = 65+122+20=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #417A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417A14 is #BE85EB. Grayscale: #5D5D5D. Windows color (decimal): -12486124 or 1342017. OLE color: 1342017.
HSL color Cylindrical-coordinate representation of color #417A14: hue angle of 93.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #417A14 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 20 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.52 |
| HSL | 93.53º | 0.72% | 0.28% | - |
| HSV(B) | 93.53º | 0.84% | 0.48% | - |
| XYZ | 9.27 | 15.09 | 3.09 | - |
| YUV | 93.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 20 | 0.47 | 0 | 0.84 | 0.52 | 93.53 | 0.72 | 0.28 |
| Hex | 41 | 7A | 14 | 2F | 0 | 54 | 34 | 5E | 48 | 1C |
| Octal | 101 | 172 | 24 | 57 | 0 | 124 | 64 | 136 | 110 | 34 |
| Binary | 1000001 | 1111010 | 10100 | 101111 | 0 | 1010100 | 110100 | 1011110 | 1001000 | 11100 |
Color Harmonies of #417A14
Complementary color
Monochromatic Colors of #417A14
Black with #417A14
Text Example
Text Example
White with #417A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A14; }
p { color: rgb(65,122,20); }
H1.HeaderClassName
{
color: #417A14;
}
.AnyTagClassName
{
color: #417A14;
}
</style>
background-color css
<style>
a { background-color: #417A14; }
a { background-color: rgb(65,122,20); }
div.DivClassName
{
background-color: #417A14;
}
.BgClassName
{
background-color: #417A14;
}
</style>
border-color css
<style>
span { border-color: #417A14; }
span { border-color: rgb(65,122,20); }
td.TdClassName
{
border-color: #417A14;
}
.TagClassName
{
border-color: #417A14;
}
</style>