Shades of Bilbao #49792D
Tints of Bilbao #49792D
RGB
CMYK
RGB Variations
Color information
#49792D (or 0x49792D) is known color: Bilbao. HEX triplet: 49, 79 and 2D. RGB value is (73,121,45). Sum of RGB (Red+Green+Blue) = 73+121+45=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #49792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49792D is #B686D2. Grayscale: #626262. Windows color (decimal): -11962067 or 2980169. OLE color: 2980169.
HSL color Cylindrical-coordinate representation of color #49792D: hue angle of 97.89º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49792D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 45 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.53 |
| HSL | 97.89º | 0.46% | 0.33% | - |
| HSV(B) | 97.89º | 0.63% | 0.47% | - |
| XYZ | 10.06 | 15.28 | 4.9 | - |
| YUV | 97.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 45 | 0.40 | 0 | 0.63 | 0.53 | 97.89 | 0.46 | 0.33 |
| Hex | 49 | 79 | 2D | 28 | 0 | 3F | 35 | 62 | 2E | 21 |
| Octal | 111 | 171 | 55 | 50 | 0 | 77 | 65 | 142 | 56 | 41 |
| Binary | 1001001 | 1111001 | 101101 | 101000 | 0 | 111111 | 110101 | 1100010 | 101110 | 100001 |
Color Harmonies of #49792D
Complementary color
Monochromatic Colors of #49792D
Black with #49792D
Text Example
Text Example
White with #49792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49792D; }
p { color: rgb(73,121,45); }
H1.HeaderClassName
{
color: #49792D;
}
.AnyTagClassName
{
color: #49792D;
}
</style>
background-color css
<style>
a { background-color: #49792D; }
a { background-color: rgb(73,121,45); }
div.DivClassName
{
background-color: #49792D;
}
.BgClassName
{
background-color: #49792D;
}
</style>
border-color css
<style>
span { border-color: #49792D; }
span { border-color: rgb(73,121,45); }
td.TdClassName
{
border-color: #49792D;
}
.TagClassName
{
border-color: #49792D;
}
</style>