Shades of Bilbao #497E2B
Tints of Bilbao #497E2B
RGB
CMYK
RGB Variations
Color information
#497E2B (or 0x497E2B) is known color: Bilbao. HEX triplet: 49, 7E and 2B. RGB value is (73,126,43). Sum of RGB (Red+Green+Blue) = 73+126+43=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #497E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497E2B is #B681D4. Grayscale: #646464. Windows color (decimal): -11960789 or 2850377. OLE color: 2850377.
HSL color Cylindrical-coordinate representation of color #497E2B: hue angle of 98.31º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497E2B is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 43 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.51 |
| HSL | 98.31º | 0.49% | 0.33% | - |
| HSV(B) | 98.31º | 0.66% | 0.49% | - |
| XYZ | 10.64 | 16.51 | 4.91 | - |
| YUV | 100.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 43 | 0.42 | 0 | 0.66 | 0.51 | 98.31 | 0.49 | 0.33 |
| Hex | 49 | 7E | 2B | 2A | 0 | 42 | 33 | 62 | 31 | 21 |
| Octal | 111 | 176 | 53 | 52 | 0 | 102 | 63 | 142 | 61 | 41 |
| Binary | 1001001 | 1111110 | 101011 | 101010 | 0 | 1000010 | 110011 | 1100010 | 110001 | 100001 |
Color Harmonies of #497E2B
Complementary color
Monochromatic Colors of #497E2B
Black with #497E2B
Text Example
Text Example
White with #497E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E2B; }
p { color: rgb(73,126,43); }
H1.HeaderClassName
{
color: #497E2B;
}
.AnyTagClassName
{
color: #497E2B;
}
</style>
background-color css
<style>
a { background-color: #497E2B; }
a { background-color: rgb(73,126,43); }
div.DivClassName
{
background-color: #497E2B;
}
.BgClassName
{
background-color: #497E2B;
}
</style>
border-color css
<style>
span { border-color: #497E2B; }
span { border-color: rgb(73,126,43); }
td.TdClassName
{
border-color: #497E2B;
}
.TagClassName
{
border-color: #497E2B;
}
</style>