Shades of Chateau Green #4DAD60
Tints of Chateau Green #4DAD60
RGB
CMYK
RGB Variations
Color information
#4DAD60 (or 0x4DAD60) is known color: Chateau Green. HEX triplet: 4D, AD and 60. RGB value is (77,173,96). Sum of RGB (Red+Green+Blue) = 77+173+96=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD60 is #B2529F. Grayscale: #878787. Windows color (decimal): -11686560 or 6335821. OLE color: 6335821.
HSL color Cylindrical-coordinate representation of color #4DAD60: hue angle of 131.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD60 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 96 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.32 |
| HSL | 131.88º | 0.38% | 0.49% | - |
| HSV(B) | 131.88º | 0.55% | 0.68% | - |
| XYZ | 20.12 | 32.31 | 16.24 | - |
| YUV | 135.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 96 | 0.55 | 0 | 0.45 | 0.32 | 131.88 | 0.38 | 0.49 |
| Hex | 4D | AD | 60 | 37 | 0 | 2D | 20 | 84 | 26 | 31 |
| Octal | 115 | 255 | 140 | 67 | 0 | 55 | 40 | 204 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1100000 | 110111 | 0 | 101101 | 100000 | 10000100 | 100110 | 110001 |
Color Harmonies of #4DAD60
Complementary color
Monochromatic Colors of #4DAD60
Black with #4DAD60
Text Example
Text Example
White with #4DAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD60; }
p { color: rgb(77,173,96); }
H1.HeaderClassName
{
color: #4DAD60;
}
.AnyTagClassName
{
color: #4DAD60;
}
</style>
background-color css
<style>
a { background-color: #4DAD60; }
a { background-color: rgb(77,173,96); }
div.DivClassName
{
background-color: #4DAD60;
}
.BgClassName
{
background-color: #4DAD60;
}
</style>
border-color css
<style>
span { border-color: #4DAD60; }
span { border-color: rgb(77,173,96); }
td.TdClassName
{
border-color: #4DAD60;
}
.TagClassName
{
border-color: #4DAD60;
}
</style>