Shades of Bilbao #49772D
Tints of Bilbao #49772D
RGB
CMYK
RGB Variations
Color information
#49772D (or 0x49772D) is known color: Bilbao. HEX triplet: 49, 77 and 2D. RGB value is (73,119,45). Sum of RGB (Red+Green+Blue) = 73+119+45=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #49772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772D is #B688D2. Grayscale: #616161. Windows color (decimal): -11962579 or 2979657. OLE color: 2979657.
HSL color Cylindrical-coordinate representation of color #49772D: hue angle of 97.3º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49772D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 45 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.53 |
| HSL | 97.3º | 0.45% | 0.32% | - |
| HSV(B) | 97.3º | 0.62% | 0.47% | - |
| XYZ | 9.82 | 14.8 | 4.82 | - |
| YUV | 96.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 45 | 0.39 | 0 | 0.62 | 0.53 | 97.3 | 0.45 | 0.32 |
| Hex | 49 | 77 | 2D | 27 | 0 | 3E | 35 | 61 | 2D | 20 |
| Octal | 111 | 167 | 55 | 47 | 0 | 76 | 65 | 141 | 55 | 40 |
| Binary | 1001001 | 1110111 | 101101 | 100111 | 0 | 111110 | 110101 | 1100001 | 101101 | 100000 |
Color Harmonies of #49772D
Complementary color
Monochromatic Colors of #49772D
Black with #49772D
Text Example
Text Example
White with #49772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49772D; }
p { color: rgb(73,119,45); }
H1.HeaderClassName
{
color: #49772D;
}
.AnyTagClassName
{
color: #49772D;
}
</style>
background-color css
<style>
a { background-color: #49772D; }
a { background-color: rgb(73,119,45); }
div.DivClassName
{
background-color: #49772D;
}
.BgClassName
{
background-color: #49772D;
}
</style>
border-color css
<style>
span { border-color: #49772D; }
span { border-color: rgb(73,119,45); }
td.TdClassName
{
border-color: #49772D;
}
.TagClassName
{
border-color: #49772D;
}
</style>