Shades of Chateau Green #4DAC64
Tints of Chateau Green #4DAC64
RGB
CMYK
RGB Variations
Color information
#4DAC64 (or 0x4DAC64) is known color: Chateau Green. HEX triplet: 4D, AC and 64. RGB value is (77,172,100). Sum of RGB (Red+Green+Blue) = 77+172+100=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC64 is #B2539B. Grayscale: #878787. Windows color (decimal): -11686812 or 6597709. OLE color: 6597709.
HSL color Cylindrical-coordinate representation of color #4DAC64: hue angle of 134.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC64 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 100 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.33 |
| HSL | 134.53º | 0.38% | 0.49% | - |
| HSV(B) | 134.53º | 0.55% | 0.67% | - |
| XYZ | 20.11 | 32 | 17.17 | - |
| YUV | 135.39 | 108.03 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 100 | 0.55 | 0 | 0.42 | 0.33 | 134.53 | 0.38 | 0.49 |
| Hex | 4D | AC | 64 | 37 | 0 | 2A | 21 | 87 | 26 | 31 |
| Octal | 115 | 254 | 144 | 67 | 0 | 52 | 41 | 207 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1100100 | 110111 | 0 | 101010 | 100001 | 10000111 | 100110 | 110001 |
Color Harmonies of #4DAC64
Complementary color
Monochromatic Colors of #4DAC64
Black with #4DAC64
Text Example
Text Example
White with #4DAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC64; }
p { color: rgb(77,172,100); }
H1.HeaderClassName
{
color: #4DAC64;
}
.AnyTagClassName
{
color: #4DAC64;
}
</style>
background-color css
<style>
a { background-color: #4DAC64; }
a { background-color: rgb(77,172,100); }
div.DivClassName
{
background-color: #4DAC64;
}
.BgClassName
{
background-color: #4DAC64;
}
</style>
border-color css
<style>
span { border-color: #4DAC64; }
span { border-color: rgb(77,172,100); }
td.TdClassName
{
border-color: #4DAC64;
}
.TagClassName
{
border-color: #4DAC64;
}
</style>