Shades of Chateau Green #4D9660
Tints of Chateau Green #4D9660
RGB
CMYK
RGB Variations
Color information
#4D9660 (or 0x4D9660) is known color: Chateau Green. HEX triplet: 4D, 96 and 60. RGB value is (77,150,96). Sum of RGB (Red+Green+Blue) = 77+150+96=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9660 is #B2699F. Grayscale: #7A7A7A. Windows color (decimal): -11692448 or 6329933. OLE color: 6329933.
HSL color Cylindrical-coordinate representation of color #4D9660: hue angle of 135.62º 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 #4D9660 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 96 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.41 |
| HSL | 135.62º | 0.32% | 0.45% | - |
| HSV(B) | 135.62º | 0.49% | 0.59% | - |
| XYZ | 16.08 | 24.24 | 14.9 | - |
| YUV | 122.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 96 | 0.49 | 0 | 0.36 | 0.41 | 135.62 | 0.32 | 0.45 |
| Hex | 4D | 96 | 60 | 31 | 0 | 24 | 29 | 88 | 20 | 2D |
| Octal | 115 | 226 | 140 | 61 | 0 | 44 | 51 | 210 | 40 | 55 |
| Binary | 1001101 | 10010110 | 1100000 | 110001 | 0 | 100100 | 101001 | 10001000 | 100000 | 101101 |
Color Harmonies of #4D9660
Complementary color
Monochromatic Colors of #4D9660
Black with #4D9660
Text Example
Text Example
White with #4D9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9660; }
p { color: rgb(77,150,96); }
H1.HeaderClassName
{
color: #4D9660;
}
.AnyTagClassName
{
color: #4D9660;
}
</style>
background-color css
<style>
a { background-color: #4D9660; }
a { background-color: rgb(77,150,96); }
div.DivClassName
{
background-color: #4D9660;
}
.BgClassName
{
background-color: #4D9660;
}
</style>
border-color css
<style>
span { border-color: #4D9660; }
span { border-color: rgb(77,150,96); }
td.TdClassName
{
border-color: #4D9660;
}
.TagClassName
{
border-color: #4D9660;
}
</style>