Shades of Bilbao #49782C
Tints of Bilbao #49782C
RGB
CMYK
RGB Variations
Color information
#49782C (or 0x49782C) is known color: Bilbao. HEX triplet: 49, 78 and 2C. RGB value is (73,120,44). Sum of RGB (Red+Green+Blue) = 73+120+44=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #49782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49782C is #B687D3. Grayscale: #616161. Windows color (decimal): -11962324 or 2914377. OLE color: 2914377.
HSL color Cylindrical-coordinate representation of color #49782C: hue angle of 97.11º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49782C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 44 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.53 |
| HSL | 97.11º | 0.46% | 0.32% | - |
| HSV(B) | 97.11º | 0.63% | 0.47% | - |
| XYZ | 9.92 | 15.03 | 4.76 | - |
| YUV | 97.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 44 | 0.39 | 0 | 0.63 | 0.53 | 97.11 | 0.46 | 0.32 |
| Hex | 49 | 78 | 2C | 27 | 0 | 3F | 35 | 61 | 2E | 20 |
| Octal | 111 | 170 | 54 | 47 | 0 | 77 | 65 | 141 | 56 | 40 |
| Binary | 1001001 | 1111000 | 101100 | 100111 | 0 | 111111 | 110101 | 1100001 | 101110 | 100000 |
Color Harmonies of #49782C
Complementary color
Monochromatic Colors of #49782C
Black with #49782C
Text Example
Text Example
White with #49782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49782C; }
p { color: rgb(73,120,44); }
H1.HeaderClassName
{
color: #49782C;
}
.AnyTagClassName
{
color: #49782C;
}
</style>
background-color css
<style>
a { background-color: #49782C; }
a { background-color: rgb(73,120,44); }
div.DivClassName
{
background-color: #49782C;
}
.BgClassName
{
background-color: #49782C;
}
</style>
border-color css
<style>
span { border-color: #49782C; }
span { border-color: rgb(73,120,44); }
td.TdClassName
{
border-color: #49782C;
}
.TagClassName
{
border-color: #49782C;
}
</style>