Shades of Chateau Green #4DAD64
Tints of Chateau Green #4DAD64
RGB
CMYK
RGB Variations
Color information
#4DAD64 (or 0x4DAD64) is known color: Chateau Green. HEX triplet: 4D, AD and 64. RGB value is (77,173,100). Sum of RGB (Red+Green+Blue) = 77+173+100=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD64 is #B2529B. Grayscale: #888888. Windows color (decimal): -11686556 or 6597965. OLE color: 6597965.
HSL color Cylindrical-coordinate representation of color #4DAD64: hue angle of 134.38º 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 #4DAD64 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 100 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.32 |
| HSL | 134.38º | 0.38% | 0.49% | - |
| HSV(B) | 134.38º | 0.55% | 0.68% | - |
| XYZ | 20.3 | 32.39 | 17.24 | - |
| YUV | 135.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 100 | 0.55 | 0 | 0.42 | 0.32 | 134.38 | 0.38 | 0.49 |
| Hex | 4D | AD | 64 | 37 | 0 | 2A | 20 | 86 | 26 | 31 |
| Octal | 115 | 255 | 144 | 67 | 0 | 52 | 40 | 206 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1100100 | 110111 | 0 | 101010 | 100000 | 10000110 | 100110 | 110001 |
Color Harmonies of #4DAD64
Complementary color
Monochromatic Colors of #4DAD64
Black with #4DAD64
Text Example
Text Example
White with #4DAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD64; }
p { color: rgb(77,173,100); }
H1.HeaderClassName
{
color: #4DAD64;
}
.AnyTagClassName
{
color: #4DAD64;
}
</style>
background-color css
<style>
a { background-color: #4DAD64; }
a { background-color: rgb(77,173,100); }
div.DivClassName
{
background-color: #4DAD64;
}
.BgClassName
{
background-color: #4DAD64;
}
</style>
border-color css
<style>
span { border-color: #4DAD64; }
span { border-color: rgb(77,173,100); }
td.TdClassName
{
border-color: #4DAD64;
}
.TagClassName
{
border-color: #4DAD64;
}
</style>