Shades of Bilbao #497D15
Tints of Bilbao #497D15
RGB
CMYK
RGB Variations
Color information
#497D15 (or 0x497D15) is known color: Bilbao. HEX triplet: 49, 7D and 15. RGB value is (73,125,21). Sum of RGB (Red+Green+Blue) = 73+125+21=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #497D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D15 is #B682EA. Grayscale: #616161. Windows color (decimal): -11961067 or 1408329. OLE color: 1408329.
HSL color Cylindrical-coordinate representation of color #497D15: hue angle of 90º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #497D15 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 21 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.51 |
| HSL | 90º | 0.71% | 0.29% | - |
| HSV(B) | 90º | 0.83% | 0.49% | - |
| XYZ | 10.22 | 16.14 | 3.29 | - |
| YUV | 97.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 21 | 0.42 | 0 | 0.83 | 0.51 | 90 | 0.71 | 0.29 |
| Hex | 49 | 7D | 15 | 2A | 0 | 53 | 33 | 5A | 47 | 1D |
| Octal | 111 | 175 | 25 | 52 | 0 | 123 | 63 | 132 | 107 | 35 |
| Binary | 1001001 | 1111101 | 10101 | 101010 | 0 | 1010011 | 110011 | 1011010 | 1000111 | 11101 |
Color Harmonies of #497D15
Complementary color
Monochromatic Colors of #497D15
Black with #497D15
Text Example
Text Example
White with #497D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D15; }
p { color: rgb(73,125,21); }
H1.HeaderClassName
{
color: #497D15;
}
.AnyTagClassName
{
color: #497D15;
}
</style>
background-color css
<style>
a { background-color: #497D15; }
a { background-color: rgb(73,125,21); }
div.DivClassName
{
background-color: #497D15;
}
.BgClassName
{
background-color: #497D15;
}
</style>
border-color css
<style>
span { border-color: #497D15; }
span { border-color: rgb(73,125,21); }
td.TdClassName
{
border-color: #497D15;
}
.TagClassName
{
border-color: #497D15;
}
</style>