Shades of Bilbao #49772C
Tints of Bilbao #49772C
RGB
CMYK
RGB Variations
Color information
#49772C (or 0x49772C) is known color: Bilbao. HEX triplet: 49, 77 and 2C. RGB value is (73,119,44). Sum of RGB (Red+Green+Blue) = 73+119+44=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #49772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772C is #B688D3. Grayscale: #606060. Windows color (decimal): -11962580 or 2914121. OLE color: 2914121.
HSL color Cylindrical-coordinate representation of color #49772C: hue angle of 96.8º 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 #49772C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 44 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.53 |
| HSL | 96.8º | 0.46% | 0.32% | - |
| HSV(B) | 96.8º | 0.63% | 0.47% | - |
| XYZ | 9.8 | 14.79 | 4.72 | - |
| YUV | 96.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 44 | 0.39 | 0 | 0.63 | 0.53 | 96.8 | 0.46 | 0.32 |
| Hex | 49 | 77 | 2C | 27 | 0 | 3F | 35 | 61 | 2E | 20 |
| Octal | 111 | 167 | 54 | 47 | 0 | 77 | 65 | 141 | 56 | 40 |
| Binary | 1001001 | 1110111 | 101100 | 100111 | 0 | 111111 | 110101 | 1100001 | 101110 | 100000 |
Color Harmonies of #49772C
Complementary color
Monochromatic Colors of #49772C
Black with #49772C
Text Example
Text Example
White with #49772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49772C; }
p { color: rgb(73,119,44); }
H1.HeaderClassName
{
color: #49772C;
}
.AnyTagClassName
{
color: #49772C;
}
</style>
background-color css
<style>
a { background-color: #49772C; }
a { background-color: rgb(73,119,44); }
div.DivClassName
{
background-color: #49772C;
}
.BgClassName
{
background-color: #49772C;
}
</style>
border-color css
<style>
span { border-color: #49772C; }
span { border-color: rgb(73,119,44); }
td.TdClassName
{
border-color: #49772C;
}
.TagClassName
{
border-color: #49772C;
}
</style>