Shades of Bilbao #49840D
Tints of Bilbao #49840D
RGB
CMYK
RGB Variations
Color information
#49840D (or 0x49840D) is known color: Bilbao. HEX triplet: 49, 84 and 0D. RGB value is (73,132,13). Sum of RGB (Red+Green+Blue) = 73+132+13=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #49840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49840D is #B67BF2. Grayscale: #656565. Windows color (decimal): -11959283 or 885833. OLE color: 885833.
HSL color Cylindrical-coordinate representation of color #49840D: hue angle of 89.75º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49840D is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 13 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.48 |
| HSL | 89.75º | 0.82% | 0.28% | - |
| HSV(B) | 89.75º | 0.9% | 0.52% | - |
| XYZ | 11.07 | 17.95 | 3.26 | - |
| YUV | 100.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 13 | 0.45 | 0 | 0.90 | 0.48 | 89.75 | 0.82 | 0.28 |
| Hex | 49 | 84 | D | 2D | 0 | 5A | 30 | 5A | 52 | 1C |
| Octal | 111 | 204 | 15 | 55 | 0 | 132 | 60 | 132 | 122 | 34 |
| Binary | 1001001 | 10000100 | 1101 | 101101 | 0 | 1011010 | 110000 | 1011010 | 1010010 | 11100 |
Color Harmonies of #49840D
Complementary color
Monochromatic Colors of #49840D
Black with #49840D
Text Example
Text Example
White with #49840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49840D; }
p { color: rgb(73,132,13); }
H1.HeaderClassName
{
color: #49840D;
}
.AnyTagClassName
{
color: #49840D;
}
</style>
background-color css
<style>
a { background-color: #49840D; }
a { background-color: rgb(73,132,13); }
div.DivClassName
{
background-color: #49840D;
}
.BgClassName
{
background-color: #49840D;
}
</style>
border-color css
<style>
span { border-color: #49840D; }
span { border-color: rgb(73,132,13); }
td.TdClassName
{
border-color: #49840D;
}
.TagClassName
{
border-color: #49840D;
}
</style>