Shades of Chateau Green #4F955B
Tints of Chateau Green #4F955B
RGB
CMYK
RGB Variations
Color information
#4F955B (or 0x4F955B) is known color: Chateau Green. HEX triplet: 4F, 95 and 5B. RGB value is (79,149,91). Sum of RGB (Red+Green+Blue) = 79+149+91=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #4F955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F955B is #B06AA4. Grayscale: #797979. Windows color (decimal): -11561637 or 6001999. OLE color: 6001999.
HSL color Cylindrical-coordinate representation of color #4F955B: hue angle of 130.29º 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 #4F955B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 91 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.42 |
| HSL | 130.29º | 0.31% | 0.45% | - |
| HSV(B) | 130.29º | 0.47% | 0.58% | - |
| XYZ | 15.86 | 23.91 | 13.68 | - |
| YUV | 121.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 91 | 0.47 | 0 | 0.39 | 0.42 | 130.29 | 0.31 | 0.45 |
| Hex | 4F | 95 | 5B | 2F | 0 | 27 | 2A | 82 | 1F | 2D |
| Octal | 117 | 225 | 133 | 57 | 0 | 47 | 52 | 202 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1011011 | 101111 | 0 | 100111 | 101010 | 10000010 | 11111 | 101101 |
Color Harmonies of #4F955B
Complementary color
Monochromatic Colors of #4F955B
Black with #4F955B
Text Example
Text Example
White with #4F955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F955B; }
p { color: rgb(79,149,91); }
H1.HeaderClassName
{
color: #4F955B;
}
.AnyTagClassName
{
color: #4F955B;
}
</style>
background-color css
<style>
a { background-color: #4F955B; }
a { background-color: rgb(79,149,91); }
div.DivClassName
{
background-color: #4F955B;
}
.BgClassName
{
background-color: #4F955B;
}
</style>
border-color css
<style>
span { border-color: #4F955B; }
span { border-color: rgb(79,149,91); }
td.TdClassName
{
border-color: #4F955B;
}
.TagClassName
{
border-color: #4F955B;
}
</style>