Shades of Bilbao #49840E
Tints of Bilbao #49840E
RGB
CMYK
RGB Variations
Color information
#49840E (or 0x49840E) is known color: Bilbao. HEX triplet: 49, 84 and 0E. RGB value is (73,132,14). Sum of RGB (Red+Green+Blue) = 73+132+14=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #49840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49840E is #B67BF1. Grayscale: #656565. Windows color (decimal): -11959282 or 951369. OLE color: 951369.
HSL color Cylindrical-coordinate representation of color #49840E: hue angle of 90º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49840E is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 14 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.48 |
| HSL | 90º | 0.81% | 0.29% | - |
| HSV(B) | 90º | 0.89% | 0.52% | - |
| XYZ | 11.08 | 17.95 | 3.3 | - |
| YUV | 100.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 14 | 0.45 | 0 | 0.89 | 0.48 | 90 | 0.81 | 0.29 |
| Hex | 49 | 84 | E | 2D | 0 | 59 | 30 | 5A | 51 | 1D |
| Octal | 111 | 204 | 16 | 55 | 0 | 131 | 60 | 132 | 121 | 35 |
| Binary | 1001001 | 10000100 | 1110 | 101101 | 0 | 1011001 | 110000 | 1011010 | 1010001 | 11101 |
Color Harmonies of #49840E
Complementary color
Monochromatic Colors of #49840E
Black with #49840E
Text Example
Text Example
White with #49840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49840E; }
p { color: rgb(73,132,14); }
H1.HeaderClassName
{
color: #49840E;
}
.AnyTagClassName
{
color: #49840E;
}
</style>
background-color css
<style>
a { background-color: #49840E; }
a { background-color: rgb(73,132,14); }
div.DivClassName
{
background-color: #49840E;
}
.BgClassName
{
background-color: #49840E;
}
</style>
border-color css
<style>
span { border-color: #49840E; }
span { border-color: rgb(73,132,14); }
td.TdClassName
{
border-color: #49840E;
}
.TagClassName
{
border-color: #49840E;
}
</style>