Shades of Chateau Green #4D985F
Tints of Chateau Green #4D985F
RGB
CMYK
RGB Variations
Color information
#4D985F (or 0x4D985F) is known color: Chateau Green. HEX triplet: 4D, 98 and 5F. RGB value is (77,152,95). Sum of RGB (Red+Green+Blue) = 77+152+95=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #4D985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D985F is #B267A0. Grayscale: #7B7B7B. Windows color (decimal): -11691937 or 6264909. OLE color: 6264909.
HSL color Cylindrical-coordinate representation of color #4D985F: hue angle of 134.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D985F is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 95 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.40 |
| HSL | 134.4º | 0.33% | 0.45% | - |
| HSV(B) | 134.4º | 0.49% | 0.6% | - |
| XYZ | 16.35 | 24.86 | 14.76 | - |
| YUV | 123.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 95 | 0.49 | 0 | 0.38 | 0.40 | 134.4 | 0.33 | 0.45 |
| Hex | 4D | 98 | 5F | 31 | 0 | 26 | 28 | 86 | 21 | 2D |
| Octal | 115 | 230 | 137 | 61 | 0 | 46 | 50 | 206 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1011111 | 110001 | 0 | 100110 | 101000 | 10000110 | 100001 | 101101 |
Color Harmonies of #4D985F
Complementary color
Monochromatic Colors of #4D985F
Black with #4D985F
Text Example
Text Example
White with #4D985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D985F; }
p { color: rgb(77,152,95); }
H1.HeaderClassName
{
color: #4D985F;
}
.AnyTagClassName
{
color: #4D985F;
}
</style>
background-color css
<style>
a { background-color: #4D985F; }
a { background-color: rgb(77,152,95); }
div.DivClassName
{
background-color: #4D985F;
}
.BgClassName
{
background-color: #4D985F;
}
</style>
border-color css
<style>
span { border-color: #4D985F; }
span { border-color: rgb(77,152,95); }
td.TdClassName
{
border-color: #4D985F;
}
.TagClassName
{
border-color: #4D985F;
}
</style>