Shades of Bilbao #497C16
Tints of Bilbao #497C16
RGB
CMYK
RGB Variations
Color information
#497C16 (or 0x497C16) is known color: Bilbao. HEX triplet: 49, 7C and 16. RGB value is (73,124,22). Sum of RGB (Red+Green+Blue) = 73+124+22=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #497C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C16 is #B683E9. Grayscale: #616161. Windows color (decimal): -11961322 or 1473609. OLE color: 1473609.
HSL color Cylindrical-coordinate representation of color #497C16: hue angle of 90º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497C16 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 22 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.51 |
| HSL | 90º | 0.7% | 0.29% | - |
| HSV(B) | 90º | 0.82% | 0.49% | - |
| XYZ | 10.1 | 15.89 | 3.29 | - |
| YUV | 97.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 22 | 0.41 | 0 | 0.82 | 0.51 | 90 | 0.7 | 0.29 |
| Hex | 49 | 7C | 16 | 29 | 0 | 52 | 33 | 5A | 46 | 1D |
| Octal | 111 | 174 | 26 | 51 | 0 | 122 | 63 | 132 | 106 | 35 |
| Binary | 1001001 | 1111100 | 10110 | 101001 | 0 | 1010010 | 110011 | 1011010 | 1000110 | 11101 |
Color Harmonies of #497C16
Complementary color
Monochromatic Colors of #497C16
Black with #497C16
Text Example
Text Example
White with #497C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C16; }
p { color: rgb(73,124,22); }
H1.HeaderClassName
{
color: #497C16;
}
.AnyTagClassName
{
color: #497C16;
}
</style>
background-color css
<style>
a { background-color: #497C16; }
a { background-color: rgb(73,124,22); }
div.DivClassName
{
background-color: #497C16;
}
.BgClassName
{
background-color: #497C16;
}
</style>
border-color css
<style>
span { border-color: #497C16; }
span { border-color: rgb(73,124,22); }
td.TdClassName
{
border-color: #497C16;
}
.TagClassName
{
border-color: #497C16;
}
</style>