Shades of Chateau Green #4F955D
Tints of Chateau Green #4F955D
RGB
CMYK
RGB Variations
Color information
#4F955D (or 0x4F955D) is known color: Chateau Green. HEX triplet: 4F, 95 and 5D. RGB value is (79,149,93). Sum of RGB (Red+Green+Blue) = 79+149+93=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #4F955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F955D is #B06AA2. Grayscale: #797979. Windows color (decimal): -11561635 or 6133071. OLE color: 6133071.
HSL color Cylindrical-coordinate representation of color #4F955D: hue angle of 132º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F955D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 93 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.42 |
| HSL | 132º | 0.31% | 0.45% | - |
| HSV(B) | 132º | 0.47% | 0.58% | - |
| XYZ | 15.95 | 23.95 | 14.14 | - |
| YUV | 121.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 93 | 0.47 | 0 | 0.38 | 0.42 | 132 | 0.31 | 0.45 |
| Hex | 4F | 95 | 5D | 2F | 0 | 26 | 2A | 84 | 1F | 2D |
| Octal | 117 | 225 | 135 | 57 | 0 | 46 | 52 | 204 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1011101 | 101111 | 0 | 100110 | 101010 | 10000100 | 11111 | 101101 |
Color Harmonies of #4F955D
Complementary color
Monochromatic Colors of #4F955D
Black with #4F955D
Text Example
Text Example
White with #4F955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F955D; }
p { color: rgb(79,149,93); }
H1.HeaderClassName
{
color: #4F955D;
}
.AnyTagClassName
{
color: #4F955D;
}
</style>
background-color css
<style>
a { background-color: #4F955D; }
a { background-color: rgb(79,149,93); }
div.DivClassName
{
background-color: #4F955D;
}
.BgClassName
{
background-color: #4F955D;
}
</style>
border-color css
<style>
span { border-color: #4F955D; }
span { border-color: rgb(79,149,93); }
td.TdClassName
{
border-color: #4F955D;
}
.TagClassName
{
border-color: #4F955D;
}
</style>