Shades of Bilbao #49792F
Tints of Bilbao #49792F
RGB
CMYK
RGB Variations
Color information
#49792F (or 0x49792F) is known color: Bilbao. HEX triplet: 49, 79 and 2F. RGB value is (73,121,47). Sum of RGB (Red+Green+Blue) = 73+121+47=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #49792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49792F is #B686D0. Grayscale: #626262. Windows color (decimal): -11962065 or 3111241. OLE color: 3111241.
HSL color Cylindrical-coordinate representation of color #49792F: hue angle of 98.92º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49792F is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 47 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.53 |
| HSL | 98.92º | 0.44% | 0.33% | - |
| HSV(B) | 98.92º | 0.61% | 0.47% | - |
| XYZ | 10.1 | 15.3 | 5.11 | - |
| YUV | 98.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 47 | 0.40 | 0 | 0.61 | 0.53 | 98.92 | 0.44 | 0.33 |
| Hex | 49 | 79 | 2F | 28 | 0 | 3D | 35 | 63 | 2C | 21 |
| Octal | 111 | 171 | 57 | 50 | 0 | 75 | 65 | 143 | 54 | 41 |
| Binary | 1001001 | 1111001 | 101111 | 101000 | 0 | 111101 | 110101 | 1100011 | 101100 | 100001 |
Color Harmonies of #49792F
Complementary color
Monochromatic Colors of #49792F
Black with #49792F
Text Example
Text Example
White with #49792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49792F; }
p { color: rgb(73,121,47); }
H1.HeaderClassName
{
color: #49792F;
}
.AnyTagClassName
{
color: #49792F;
}
</style>
background-color css
<style>
a { background-color: #49792F; }
a { background-color: rgb(73,121,47); }
div.DivClassName
{
background-color: #49792F;
}
.BgClassName
{
background-color: #49792F;
}
</style>
border-color css
<style>
span { border-color: #49792F; }
span { border-color: rgb(73,121,47); }
td.TdClassName
{
border-color: #49792F;
}
.TagClassName
{
border-color: #49792F;
}
</style>