Shades of Bilbao #497A2E
Tints of Bilbao #497A2E
RGB
CMYK
RGB Variations
Color information
#497A2E (or 0x497A2E) is known color: Bilbao. HEX triplet: 49, 7A and 2E. RGB value is (73,122,46). Sum of RGB (Red+Green+Blue) = 73+122+46=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #497A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A2E is #B685D1. Grayscale: #626262. Windows color (decimal): -11961810 or 3045961. OLE color: 3045961.
HSL color Cylindrical-coordinate representation of color #497A2E: hue angle of 98.68º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497A2E is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 46 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.52 |
| HSL | 98.68º | 0.45% | 0.33% | - |
| HSV(B) | 98.68º | 0.62% | 0.48% | - |
| XYZ | 10.2 | 15.53 | 5.05 | - |
| YUV | 98.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 46 | 0.40 | 0 | 0.62 | 0.52 | 98.68 | 0.45 | 0.33 |
| Hex | 49 | 7A | 2E | 28 | 0 | 3E | 34 | 63 | 2D | 21 |
| Octal | 111 | 172 | 56 | 50 | 0 | 76 | 64 | 143 | 55 | 41 |
| Binary | 1001001 | 1111010 | 101110 | 101000 | 0 | 111110 | 110100 | 1100011 | 101101 | 100001 |
Color Harmonies of #497A2E
Complementary color
Monochromatic Colors of #497A2E
Black with #497A2E
Text Example
Text Example
White with #497A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A2E; }
p { color: rgb(73,122,46); }
H1.HeaderClassName
{
color: #497A2E;
}
.AnyTagClassName
{
color: #497A2E;
}
</style>
background-color css
<style>
a { background-color: #497A2E; }
a { background-color: rgb(73,122,46); }
div.DivClassName
{
background-color: #497A2E;
}
.BgClassName
{
background-color: #497A2E;
}
</style>
border-color css
<style>
span { border-color: #497A2E; }
span { border-color: rgb(73,122,46); }
td.TdClassName
{
border-color: #497A2E;
}
.TagClassName
{
border-color: #497A2E;
}
</style>