Shades of Chateau Green #4DAA64
Tints of Chateau Green #4DAA64
RGB
CMYK
RGB Variations
Color information
#4DAA64 (or 0x4DAA64) is known color: Chateau Green. HEX triplet: 4D, AA and 64. RGB value is (77,170,100). Sum of RGB (Red+Green+Blue) = 77+170+100=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA64 is #B2559B. Grayscale: #868686. Windows color (decimal): -11687324 or 6597197. OLE color: 6597197.
HSL color Cylindrical-coordinate representation of color #4DAA64: hue angle of 134.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA64 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 100 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.33 |
| HSL | 134.84º | 0.38% | 0.48% | - |
| HSV(B) | 134.84º | 0.55% | 0.67% | - |
| XYZ | 19.74 | 31.25 | 17.05 | - |
| YUV | 134.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 100 | 0.55 | 0 | 0.41 | 0.33 | 134.84 | 0.38 | 0.48 |
| Hex | 4D | AA | 64 | 37 | 0 | 29 | 21 | 87 | 26 | 30 |
| Octal | 115 | 252 | 144 | 67 | 0 | 51 | 41 | 207 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1100100 | 110111 | 0 | 101001 | 100001 | 10000111 | 100110 | 110000 |
Color Harmonies of #4DAA64
Complementary color
Monochromatic Colors of #4DAA64
Black with #4DAA64
Text Example
Text Example
White with #4DAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA64; }
p { color: rgb(77,170,100); }
H1.HeaderClassName
{
color: #4DAA64;
}
.AnyTagClassName
{
color: #4DAA64;
}
</style>
background-color css
<style>
a { background-color: #4DAA64; }
a { background-color: rgb(77,170,100); }
div.DivClassName
{
background-color: #4DAA64;
}
.BgClassName
{
background-color: #4DAA64;
}
</style>
border-color css
<style>
span { border-color: #4DAA64; }
span { border-color: rgb(77,170,100); }
td.TdClassName
{
border-color: #4DAA64;
}
.TagClassName
{
border-color: #4DAA64;
}
</style>