Shades of Chateau Green #4F985D
Tints of Chateau Green #4F985D
RGB
CMYK
RGB Variations
Color information
#4F985D (or 0x4F985D) is known color: Chateau Green. HEX triplet: 4F, 98 and 5D. RGB value is (79,152,93). Sum of RGB (Red+Green+Blue) = 79+152+93=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #4F985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F985D is #B067A2. Grayscale: #7B7B7B. Windows color (decimal): -11560867 or 6133839. OLE color: 6133839.
HSL color Cylindrical-coordinate representation of color #4F985D: hue angle of 131.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F985D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 93 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.40 |
| HSL | 131.51º | 0.32% | 0.45% | - |
| HSV(B) | 131.51º | 0.48% | 0.6% | - |
| XYZ | 16.43 | 24.91 | 14.3 | - |
| YUV | 123.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 93 | 0.48 | 0 | 0.39 | 0.40 | 131.51 | 0.32 | 0.45 |
| Hex | 4F | 98 | 5D | 30 | 0 | 27 | 28 | 84 | 20 | 2D |
| Octal | 117 | 230 | 135 | 60 | 0 | 47 | 50 | 204 | 40 | 55 |
| Binary | 1001111 | 10011000 | 1011101 | 110000 | 0 | 100111 | 101000 | 10000100 | 100000 | 101101 |
Color Harmonies of #4F985D
Complementary color
Monochromatic Colors of #4F985D
Black with #4F985D
Text Example
Text Example
White with #4F985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F985D; }
p { color: rgb(79,152,93); }
H1.HeaderClassName
{
color: #4F985D;
}
.AnyTagClassName
{
color: #4F985D;
}
</style>
background-color css
<style>
a { background-color: #4F985D; }
a { background-color: rgb(79,152,93); }
div.DivClassName
{
background-color: #4F985D;
}
.BgClassName
{
background-color: #4F985D;
}
</style>
border-color css
<style>
span { border-color: #4F985D; }
span { border-color: rgb(79,152,93); }
td.TdClassName
{
border-color: #4F985D;
}
.TagClassName
{
border-color: #4F985D;
}
</style>