Shades of Chateau Green #4D965B
Tints of Chateau Green #4D965B
RGB
CMYK
RGB Variations
Color information
#4D965B (or 0x4D965B) is known color: Chateau Green. HEX triplet: 4D, 96 and 5B. RGB value is (77,150,91). Sum of RGB (Red+Green+Blue) = 77+150+91=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #4D965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D965B is #B269A4. Grayscale: #797979. Windows color (decimal): -11692453 or 6002253. OLE color: 6002253.
HSL color Cylindrical-coordinate representation of color #4D965B: hue angle of 131.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D965B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 91 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.41 |
| HSL | 131.51º | 0.32% | 0.45% | - |
| HSV(B) | 131.51º | 0.49% | 0.59% | - |
| XYZ | 15.86 | 24.15 | 13.72 | - |
| YUV | 121.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 91 | 0.49 | 0 | 0.39 | 0.41 | 131.51 | 0.32 | 0.45 |
| Hex | 4D | 96 | 5B | 31 | 0 | 27 | 29 | 84 | 20 | 2D |
| Octal | 115 | 226 | 133 | 61 | 0 | 47 | 51 | 204 | 40 | 55 |
| Binary | 1001101 | 10010110 | 1011011 | 110001 | 0 | 100111 | 101001 | 10000100 | 100000 | 101101 |
Color Harmonies of #4D965B
Complementary color
Monochromatic Colors of #4D965B
Black with #4D965B
Text Example
Text Example
White with #4D965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D965B; }
p { color: rgb(77,150,91); }
H1.HeaderClassName
{
color: #4D965B;
}
.AnyTagClassName
{
color: #4D965B;
}
</style>
background-color css
<style>
a { background-color: #4D965B; }
a { background-color: rgb(77,150,91); }
div.DivClassName
{
background-color: #4D965B;
}
.BgClassName
{
background-color: #4D965B;
}
</style>
border-color css
<style>
span { border-color: #4D965B; }
span { border-color: rgb(77,150,91); }
td.TdClassName
{
border-color: #4D965B;
}
.TagClassName
{
border-color: #4D965B;
}
</style>