Shades of Chateau Green #4DAA62
Tints of Chateau Green #4DAA62
RGB
CMYK
RGB Variations
Color information
#4DAA62 (or 0x4DAA62) is known color: Chateau Green. HEX triplet: 4D, AA and 62. RGB value is (77,170,98). Sum of RGB (Red+Green+Blue) = 77+170+98=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA62 is #B2559D. Grayscale: #868686. Windows color (decimal): -11687326 or 6466125. OLE color: 6466125.
HSL color Cylindrical-coordinate representation of color #4DAA62: hue angle of 133.55º 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 #4DAA62 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 98 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.33 |
| HSL | 133.55º | 0.38% | 0.48% | - |
| HSV(B) | 133.55º | 0.55% | 0.67% | - |
| XYZ | 19.64 | 31.21 | 16.54 | - |
| YUV | 133.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 98 | 0.55 | 0 | 0.42 | 0.33 | 133.55 | 0.38 | 0.48 |
| Hex | 4D | AA | 62 | 37 | 0 | 2A | 21 | 86 | 26 | 30 |
| Octal | 115 | 252 | 142 | 67 | 0 | 52 | 41 | 206 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1100010 | 110111 | 0 | 101010 | 100001 | 10000110 | 100110 | 110000 |
Color Harmonies of #4DAA62
Complementary color
Monochromatic Colors of #4DAA62
Black with #4DAA62
Text Example
Text Example
White with #4DAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA62; }
p { color: rgb(77,170,98); }
H1.HeaderClassName
{
color: #4DAA62;
}
.AnyTagClassName
{
color: #4DAA62;
}
</style>
background-color css
<style>
a { background-color: #4DAA62; }
a { background-color: rgb(77,170,98); }
div.DivClassName
{
background-color: #4DAA62;
}
.BgClassName
{
background-color: #4DAA62;
}
</style>
border-color css
<style>
span { border-color: #4DAA62; }
span { border-color: rgb(77,170,98); }
td.TdClassName
{
border-color: #4DAA62;
}
.TagClassName
{
border-color: #4DAA62;
}
</style>