Shades of Chateau Green #4F955C
Tints of Chateau Green #4F955C
RGB
CMYK
RGB Variations
Color information
#4F955C (or 0x4F955C) is known color: Chateau Green. HEX triplet: 4F, 95 and 5C. RGB value is (79,149,92). Sum of RGB (Red+Green+Blue) = 79+149+92=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #4F955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F955C is #B06AA3. Grayscale: #797979. Windows color (decimal): -11561636 or 6067535. OLE color: 6067535.
HSL color Cylindrical-coordinate representation of color #4F955C: hue angle of 131.14º 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 #4F955C is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 92 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.42 |
| HSL | 131.14º | 0.31% | 0.45% | - |
| HSV(B) | 131.14º | 0.47% | 0.58% | - |
| XYZ | 15.9 | 23.93 | 13.91 | - |
| YUV | 121.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 92 | 0.47 | 0 | 0.38 | 0.42 | 131.14 | 0.31 | 0.45 |
| Hex | 4F | 95 | 5C | 2F | 0 | 26 | 2A | 83 | 1F | 2D |
| Octal | 117 | 225 | 134 | 57 | 0 | 46 | 52 | 203 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1011100 | 101111 | 0 | 100110 | 101010 | 10000011 | 11111 | 101101 |
Color Harmonies of #4F955C
Complementary color
Monochromatic Colors of #4F955C
Black with #4F955C
Text Example
Text Example
White with #4F955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F955C; }
p { color: rgb(79,149,92); }
H1.HeaderClassName
{
color: #4F955C;
}
.AnyTagClassName
{
color: #4F955C;
}
</style>
background-color css
<style>
a { background-color: #4F955C; }
a { background-color: rgb(79,149,92); }
div.DivClassName
{
background-color: #4F955C;
}
.BgClassName
{
background-color: #4F955C;
}
</style>
border-color css
<style>
span { border-color: #4F955C; }
span { border-color: rgb(79,149,92); }
td.TdClassName
{
border-color: #4F955C;
}
.TagClassName
{
border-color: #4F955C;
}
</style>