Shades of Bilbao #497E33
Tints of Bilbao #497E33
RGB
CMYK
RGB Variations
Color information
#497E33 (or 0x497E33) is known color: Bilbao. HEX triplet: 49, 7E and 33. RGB value is (73,126,51). Sum of RGB (Red+Green+Blue) = 73+126+51=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #497E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497E33 is #B681CC. Grayscale: #656565. Windows color (decimal): -11960781 or 3374665. OLE color: 3374665.
HSL color Cylindrical-coordinate representation of color #497E33: hue angle of 102.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497E33 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 51 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.51 |
| HSL | 102.4º | 0.42% | 0.35% | - |
| HSV(B) | 102.4º | 0.6% | 0.49% | - |
| XYZ | 10.81 | 16.58 | 5.76 | - |
| YUV | 101.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 51 | 0.42 | 0 | 0.60 | 0.51 | 102.4 | 0.42 | 0.35 |
| Hex | 49 | 7E | 33 | 2A | 0 | 3C | 33 | 66 | 2A | 23 |
| Octal | 111 | 176 | 63 | 52 | 0 | 74 | 63 | 146 | 52 | 43 |
| Binary | 1001001 | 1111110 | 110011 | 101010 | 0 | 111100 | 110011 | 1100110 | 101010 | 100011 |
Color Harmonies of #497E33
Complementary color
Monochromatic Colors of #497E33
Black with #497E33
Text Example
Text Example
White with #497E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E33; }
p { color: rgb(73,126,51); }
H1.HeaderClassName
{
color: #497E33;
}
.AnyTagClassName
{
color: #497E33;
}
</style>
background-color css
<style>
a { background-color: #497E33; }
a { background-color: rgb(73,126,51); }
div.DivClassName
{
background-color: #497E33;
}
.BgClassName
{
background-color: #497E33;
}
</style>
border-color css
<style>
span { border-color: #497E33; }
span { border-color: rgb(73,126,51); }
td.TdClassName
{
border-color: #497E33;
}
.TagClassName
{
border-color: #497E33;
}
</style>