Shades of Bilbao #497E29
Tints of Bilbao #497E29
RGB
CMYK
RGB Variations
Color information
#497E29 (or 0x497E29) is known color: Bilbao. HEX triplet: 49, 7E and 29. RGB value is (73,126,41). Sum of RGB (Red+Green+Blue) = 73+126+41=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #497E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497E29 is #B681D6. Grayscale: #646464. Windows color (decimal): -11960791 or 2719305. OLE color: 2719305.
HSL color Cylindrical-coordinate representation of color #497E29: hue angle of 97.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497E29 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 41 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.51 |
| HSL | 97.41º | 0.51% | 0.33% | - |
| HSV(B) | 97.41º | 0.67% | 0.49% | - |
| XYZ | 10.61 | 16.5 | 4.72 | - |
| YUV | 100.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 41 | 0.42 | 0 | 0.67 | 0.51 | 97.41 | 0.51 | 0.33 |
| Hex | 49 | 7E | 29 | 2A | 0 | 43 | 33 | 61 | 33 | 21 |
| Octal | 111 | 176 | 51 | 52 | 0 | 103 | 63 | 141 | 63 | 41 |
| Binary | 1001001 | 1111110 | 101001 | 101010 | 0 | 1000011 | 110011 | 1100001 | 110011 | 100001 |
Color Harmonies of #497E29
Complementary color
Monochromatic Colors of #497E29
Black with #497E29
Text Example
Text Example
White with #497E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E29; }
p { color: rgb(73,126,41); }
H1.HeaderClassName
{
color: #497E29;
}
.AnyTagClassName
{
color: #497E29;
}
</style>
background-color css
<style>
a { background-color: #497E29; }
a { background-color: rgb(73,126,41); }
div.DivClassName
{
background-color: #497E29;
}
.BgClassName
{
background-color: #497E29;
}
</style>
border-color css
<style>
span { border-color: #497E29; }
span { border-color: rgb(73,126,41); }
td.TdClassName
{
border-color: #497E29;
}
.TagClassName
{
border-color: #497E29;
}
</style>