Shades of Bilbao #49772F
Tints of Bilbao #49772F
RGB
CMYK
RGB Variations
Color information
#49772F (or 0x49772F) is known color: Bilbao. HEX triplet: 49, 77 and 2F. RGB value is (73,119,47). Sum of RGB (Red+Green+Blue) = 73+119+47=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #49772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772F is #B688D0. Grayscale: #616161. Windows color (decimal): -11962577 or 3110729. OLE color: 3110729.
HSL color Cylindrical-coordinate representation of color #49772F: hue angle of 98.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49772F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 47 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.53 |
| HSL | 98.33º | 0.43% | 0.33% | - |
| HSV(B) | 98.33º | 0.61% | 0.47% | - |
| XYZ | 9.86 | 14.82 | 5.03 | - |
| YUV | 97.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 47 | 0.39 | 0 | 0.61 | 0.53 | 98.33 | 0.43 | 0.33 |
| Hex | 49 | 77 | 2F | 27 | 0 | 3D | 35 | 62 | 2B | 21 |
| Octal | 111 | 167 | 57 | 47 | 0 | 75 | 65 | 142 | 53 | 41 |
| Binary | 1001001 | 1110111 | 101111 | 100111 | 0 | 111101 | 110101 | 1100010 | 101011 | 100001 |
Color Harmonies of #49772F
Complementary color
Monochromatic Colors of #49772F
Black with #49772F
Text Example
Text Example
White with #49772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49772F; }
p { color: rgb(73,119,47); }
H1.HeaderClassName
{
color: #49772F;
}
.AnyTagClassName
{
color: #49772F;
}
</style>
background-color css
<style>
a { background-color: #49772F; }
a { background-color: rgb(73,119,47); }
div.DivClassName
{
background-color: #49772F;
}
.BgClassName
{
background-color: #49772F;
}
</style>
border-color css
<style>
span { border-color: #49772F; }
span { border-color: rgb(73,119,47); }
td.TdClassName
{
border-color: #49772F;
}
.TagClassName
{
border-color: #49772F;
}
</style>