Shades of Bilbao #497B2C
Tints of Bilbao #497B2C
RGB
CMYK
RGB Variations
Color information
#497B2C (or 0x497B2C) is known color: Bilbao. HEX triplet: 49, 7B and 2C. RGB value is (73,123,44). Sum of RGB (Red+Green+Blue) = 73+123+44=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #497B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B2C is #B684D3. Grayscale: #636363. Windows color (decimal): -11961556 or 2915145. OLE color: 2915145.
HSL color Cylindrical-coordinate representation of color #497B2C: hue angle of 97.97º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497B2C is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 44 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.52 |
| HSL | 97.97º | 0.47% | 0.33% | - |
| HSV(B) | 97.97º | 0.64% | 0.48% | - |
| XYZ | 10.29 | 15.76 | 4.88 | - |
| YUV | 99.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 44 | 0.41 | 0 | 0.64 | 0.52 | 97.97 | 0.47 | 0.33 |
| Hex | 49 | 7B | 2C | 29 | 0 | 40 | 34 | 62 | 2F | 21 |
| Octal | 111 | 173 | 54 | 51 | 0 | 100 | 64 | 142 | 57 | 41 |
| Binary | 1001001 | 1111011 | 101100 | 101001 | 0 | 1000000 | 110100 | 1100010 | 101111 | 100001 |
Color Harmonies of #497B2C
Complementary color
Monochromatic Colors of #497B2C
Black with #497B2C
Text Example
Text Example
White with #497B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B2C; }
p { color: rgb(73,123,44); }
H1.HeaderClassName
{
color: #497B2C;
}
.AnyTagClassName
{
color: #497B2C;
}
</style>
background-color css
<style>
a { background-color: #497B2C; }
a { background-color: rgb(73,123,44); }
div.DivClassName
{
background-color: #497B2C;
}
.BgClassName
{
background-color: #497B2C;
}
</style>
border-color css
<style>
span { border-color: #497B2C; }
span { border-color: rgb(73,123,44); }
td.TdClassName
{
border-color: #497B2C;
}
.TagClassName
{
border-color: #497B2C;
}
</style>