Shades of Chateau Green #49985E
Tints of Chateau Green #49985E
RGB
CMYK
RGB Variations
Color information
#49985E (or 0x49985E) is known color: Chateau Green. HEX triplet: 49, 98 and 5E. RGB value is (73,152,94). Sum of RGB (Red+Green+Blue) = 73+152+94=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #49985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49985E is #B667A1. Grayscale: #797979. Windows color (decimal): -11954082 or 6199369. OLE color: 6199369.
HSL color Cylindrical-coordinate representation of color #49985E: hue angle of 135.95º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49985E is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 94 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.40 |
| HSL | 135.95º | 0.35% | 0.44% | - |
| HSV(B) | 135.95º | 0.52% | 0.6% | - |
| XYZ | 16 | 24.68 | 14.51 | - |
| YUV | 121.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 94 | 0.52 | 0 | 0.38 | 0.40 | 135.95 | 0.35 | 0.44 |
| Hex | 49 | 98 | 5E | 34 | 0 | 26 | 28 | 88 | 23 | 2C |
| Octal | 111 | 230 | 136 | 64 | 0 | 46 | 50 | 210 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1011110 | 110100 | 0 | 100110 | 101000 | 10001000 | 100011 | 101100 |
Color Harmonies of #49985E
Complementary color
Monochromatic Colors of #49985E
Black with #49985E
Text Example
Text Example
White with #49985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49985E; }
p { color: rgb(73,152,94); }
H1.HeaderClassName
{
color: #49985E;
}
.AnyTagClassName
{
color: #49985E;
}
</style>
background-color css
<style>
a { background-color: #49985E; }
a { background-color: rgb(73,152,94); }
div.DivClassName
{
background-color: #49985E;
}
.BgClassName
{
background-color: #49985E;
}
</style>
border-color css
<style>
span { border-color: #49985E; }
span { border-color: rgb(73,152,94); }
td.TdClassName
{
border-color: #49985E;
}
.TagClassName
{
border-color: #49985E;
}
</style>