Shades of Chateau Green #4D955F
Tints of Chateau Green #4D955F
RGB
CMYK
RGB Variations
Color information
#4D955F (or 0x4D955F) is known color: Chateau Green. HEX triplet: 4D, 95 and 5F. RGB value is (77,149,95). Sum of RGB (Red+Green+Blue) = 77+149+95=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #4D955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D955F is #B26AA0. Grayscale: #797979. Windows color (decimal): -11692705 or 6264141. OLE color: 6264141.
HSL color Cylindrical-coordinate representation of color #4D955F: hue angle of 135º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D955F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 95 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.42 |
| HSL | 135º | 0.32% | 0.44% | - |
| HSV(B) | 135º | 0.48% | 0.58% | - |
| XYZ | 15.87 | 23.9 | 14.6 | - |
| YUV | 121.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 95 | 0.48 | 0 | 0.36 | 0.42 | 135 | 0.32 | 0.44 |
| Hex | 4D | 95 | 5F | 30 | 0 | 24 | 2A | 87 | 20 | 2C |
| Octal | 115 | 225 | 137 | 60 | 0 | 44 | 52 | 207 | 40 | 54 |
| Binary | 1001101 | 10010101 | 1011111 | 110000 | 0 | 100100 | 101010 | 10000111 | 100000 | 101100 |
Color Harmonies of #4D955F
Complementary color
Monochromatic Colors of #4D955F
Black with #4D955F
Text Example
Text Example
White with #4D955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D955F; }
p { color: rgb(77,149,95); }
H1.HeaderClassName
{
color: #4D955F;
}
.AnyTagClassName
{
color: #4D955F;
}
</style>
background-color css
<style>
a { background-color: #4D955F; }
a { background-color: rgb(77,149,95); }
div.DivClassName
{
background-color: #4D955F;
}
.BgClassName
{
background-color: #4D955F;
}
</style>
border-color css
<style>
span { border-color: #4D955F; }
span { border-color: rgb(77,149,95); }
td.TdClassName
{
border-color: #4D955F;
}
.TagClassName
{
border-color: #4D955F;
}
</style>