Shades of Bilbao #497C19
Tints of Bilbao #497C19
RGB
CMYK
RGB Variations
Color information
#497C19 (or 0x497C19) is known color: Bilbao. HEX triplet: 49, 7C and 19. RGB value is (73,124,25). Sum of RGB (Red+Green+Blue) = 73+124+25=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #497C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C19 is #B683E6. Grayscale: #616161. Windows color (decimal): -11961319 or 1670217. OLE color: 1670217.
HSL color Cylindrical-coordinate representation of color #497C19: hue angle of 90.91º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #497C19 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 25 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.51 |
| HSL | 90.91º | 0.66% | 0.29% | - |
| HSV(B) | 90.91º | 0.8% | 0.49% | - |
| XYZ | 10.13 | 15.9 | 3.46 | - |
| YUV | 97.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 25 | 0.41 | 0 | 0.80 | 0.51 | 90.91 | 0.66 | 0.29 |
| Hex | 49 | 7C | 19 | 29 | 0 | 50 | 33 | 5B | 42 | 1D |
| Octal | 111 | 174 | 31 | 51 | 0 | 120 | 63 | 133 | 102 | 35 |
| Binary | 1001001 | 1111100 | 11001 | 101001 | 0 | 1010000 | 110011 | 1011011 | 1000010 | 11101 |
Color Harmonies of #497C19
Complementary color
Monochromatic Colors of #497C19
Black with #497C19
Text Example
Text Example
White with #497C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C19; }
p { color: rgb(73,124,25); }
H1.HeaderClassName
{
color: #497C19;
}
.AnyTagClassName
{
color: #497C19;
}
</style>
background-color css
<style>
a { background-color: #497C19; }
a { background-color: rgb(73,124,25); }
div.DivClassName
{
background-color: #497C19;
}
.BgClassName
{
background-color: #497C19;
}
</style>
border-color css
<style>
span { border-color: #497C19; }
span { border-color: rgb(73,124,25); }
td.TdClassName
{
border-color: #497C19;
}
.TagClassName
{
border-color: #497C19;
}
</style>