Shades of Bilbao #497C24
Tints of Bilbao #497C24
RGB
CMYK
RGB Variations
Color information
#497C24 (or 0x497C24) is known color: Bilbao. HEX triplet: 49, 7C and 24. RGB value is (73,124,36). Sum of RGB (Red+Green+Blue) = 73+124+36=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #497C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C24 is #B683DB. Grayscale: #636363. Windows color (decimal): -11961308 or 2391113. OLE color: 2391113.
HSL color Cylindrical-coordinate representation of color #497C24: hue angle of 94.77º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497C24 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 36 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.51 |
| HSL | 94.77º | 0.55% | 0.31% | - |
| HSV(B) | 94.77º | 0.71% | 0.49% | - |
| XYZ | 10.27 | 15.96 | 4.21 | - |
| YUV | 98.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 36 | 0.41 | 0 | 0.71 | 0.51 | 94.77 | 0.55 | 0.31 |
| Hex | 49 | 7C | 24 | 29 | 0 | 47 | 33 | 5F | 37 | 1F |
| Octal | 111 | 174 | 44 | 51 | 0 | 107 | 63 | 137 | 67 | 37 |
| Binary | 1001001 | 1111100 | 100100 | 101001 | 0 | 1000111 | 110011 | 1011111 | 110111 | 11111 |
Color Harmonies of #497C24
Complementary color
Monochromatic Colors of #497C24
Black with #497C24
Text Example
Text Example
White with #497C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C24; }
p { color: rgb(73,124,36); }
H1.HeaderClassName
{
color: #497C24;
}
.AnyTagClassName
{
color: #497C24;
}
</style>
background-color css
<style>
a { background-color: #497C24; }
a { background-color: rgb(73,124,36); }
div.DivClassName
{
background-color: #497C24;
}
.BgClassName
{
background-color: #497C24;
}
</style>
border-color css
<style>
span { border-color: #497C24; }
span { border-color: rgb(73,124,36); }
td.TdClassName
{
border-color: #497C24;
}
.TagClassName
{
border-color: #497C24;
}
</style>