Shades of Bilbao #497B1A
Tints of Bilbao #497B1A
RGB
CMYK
RGB Variations
Color information
#497B1A (or 0x497B1A) is known color: Bilbao. HEX triplet: 49, 7B and 1A. RGB value is (73,123,26). Sum of RGB (Red+Green+Blue) = 73+123+26=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #497B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B1A is #B684E5. Grayscale: #616161. Windows color (decimal): -11961574 or 1735497. OLE color: 1735497.
HSL color Cylindrical-coordinate representation of color #497B1A: hue angle of 90.93º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #497B1A is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 26 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.52 |
| HSL | 90.93º | 0.65% | 0.29% | - |
| HSV(B) | 90.93º | 0.79% | 0.48% | - |
| XYZ | 10.02 | 15.66 | 3.47 | - |
| YUV | 96.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 26 | 0.41 | 0 | 0.79 | 0.52 | 90.93 | 0.65 | 0.29 |
| Hex | 49 | 7B | 1A | 29 | 0 | 4F | 34 | 5B | 41 | 1D |
| Octal | 111 | 173 | 32 | 51 | 0 | 117 | 64 | 133 | 101 | 35 |
| Binary | 1001001 | 1111011 | 11010 | 101001 | 0 | 1001111 | 110100 | 1011011 | 1000001 | 11101 |
Color Harmonies of #497B1A
Complementary color
Monochromatic Colors of #497B1A
Black with #497B1A
Text Example
Text Example
White with #497B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B1A; }
p { color: rgb(73,123,26); }
H1.HeaderClassName
{
color: #497B1A;
}
.AnyTagClassName
{
color: #497B1A;
}
</style>
background-color css
<style>
a { background-color: #497B1A; }
a { background-color: rgb(73,123,26); }
div.DivClassName
{
background-color: #497B1A;
}
.BgClassName
{
background-color: #497B1A;
}
</style>
border-color css
<style>
span { border-color: #497B1A; }
span { border-color: rgb(73,123,26); }
td.TdClassName
{
border-color: #497B1A;
}
.TagClassName
{
border-color: #497B1A;
}
</style>