Shades of Bilbao #49810D
Tints of Bilbao #49810D
RGB
CMYK
RGB Variations
Color information
#49810D (or 0x49810D) is known color: Bilbao. HEX triplet: 49, 81 and 0D. RGB value is (73,129,13). Sum of RGB (Red+Green+Blue) = 73+129+13=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #49810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49810D is #B67EF2. Grayscale: #636363. Windows color (decimal): -11960051 or 885065. OLE color: 885065.
HSL color Cylindrical-coordinate representation of color #49810D: hue angle of 88.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49810D is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 13 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.49 |
| HSL | 88.97º | 0.82% | 0.28% | - |
| HSV(B) | 88.97º | 0.9% | 0.51% | - |
| XYZ | 10.67 | 17.15 | 3.13 | - |
| YUV | 99.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 13 | 0.43 | 0 | 0.90 | 0.49 | 88.97 | 0.82 | 0.28 |
| Hex | 49 | 81 | D | 2B | 0 | 5A | 31 | 59 | 52 | 1C |
| Octal | 111 | 201 | 15 | 53 | 0 | 132 | 61 | 131 | 122 | 34 |
| Binary | 1001001 | 10000001 | 1101 | 101011 | 0 | 1011010 | 110001 | 1011001 | 1010010 | 11100 |
Color Harmonies of #49810D
Complementary color
Monochromatic Colors of #49810D
Black with #49810D
Text Example
Text Example
White with #49810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49810D; }
p { color: rgb(73,129,13); }
H1.HeaderClassName
{
color: #49810D;
}
.AnyTagClassName
{
color: #49810D;
}
</style>
background-color css
<style>
a { background-color: #49810D; }
a { background-color: rgb(73,129,13); }
div.DivClassName
{
background-color: #49810D;
}
.BgClassName
{
background-color: #49810D;
}
</style>
border-color css
<style>
span { border-color: #49810D; }
span { border-color: rgb(73,129,13); }
td.TdClassName
{
border-color: #49810D;
}
.TagClassName
{
border-color: #49810D;
}
</style>