Shades of Bilbao #497D14
Tints of Bilbao #497D14
RGB
CMYK
RGB Variations
Color information
#497D14 (or 0x497D14) is known color: Bilbao. HEX triplet: 49, 7D and 14. RGB value is (73,125,20). Sum of RGB (Red+Green+Blue) = 73+125+20=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #497D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D14 is #B682EB. Grayscale: #616161. Windows color (decimal): -11961068 or 1342793. OLE color: 1342793.
HSL color Cylindrical-coordinate representation of color #497D14: hue angle of 89.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #497D14 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 20 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.51 |
| HSL | 89.71º | 0.72% | 0.28% | - |
| HSV(B) | 89.71º | 0.84% | 0.49% | - |
| XYZ | 10.21 | 16.13 | 3.24 | - |
| YUV | 97.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 20 | 0.42 | 0 | 0.84 | 0.51 | 89.71 | 0.72 | 0.28 |
| Hex | 49 | 7D | 14 | 2A | 0 | 54 | 33 | 5A | 48 | 1C |
| Octal | 111 | 175 | 24 | 52 | 0 | 124 | 63 | 132 | 110 | 34 |
| Binary | 1001001 | 1111101 | 10100 | 101010 | 0 | 1010100 | 110011 | 1011010 | 1001000 | 11100 |
Color Harmonies of #497D14
Complementary color
Monochromatic Colors of #497D14
Black with #497D14
Text Example
Text Example
White with #497D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D14; }
p { color: rgb(73,125,20); }
H1.HeaderClassName
{
color: #497D14;
}
.AnyTagClassName
{
color: #497D14;
}
</style>
background-color css
<style>
a { background-color: #497D14; }
a { background-color: rgb(73,125,20); }
div.DivClassName
{
background-color: #497D14;
}
.BgClassName
{
background-color: #497D14;
}
</style>
border-color css
<style>
span { border-color: #497D14; }
span { border-color: rgb(73,125,20); }
td.TdClassName
{
border-color: #497D14;
}
.TagClassName
{
border-color: #497D14;
}
</style>