Shades of Chateau Green #4CAD64
Tints of Chateau Green #4CAD64
RGB
CMYK
RGB Variations
Color information
#4CAD64 (or 0x4CAD64) is known color: Chateau Green. HEX triplet: 4C, AD and 64. RGB value is (76,173,100). Sum of RGB (Red+Green+Blue) = 76+173+100=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD64 is #B3529B. Grayscale: #878787. Windows color (decimal): -11752092 or 6597964. OLE color: 6597964.
HSL color Cylindrical-coordinate representation of color #4CAD64: hue angle of 134.85º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD64 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 100 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.32 |
| HSL | 134.85º | 0.39% | 0.49% | - |
| HSV(B) | 134.85º | 0.56% | 0.68% | - |
| XYZ | 20.22 | 32.34 | 17.23 | - |
| YUV | 135.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 100 | 0.56 | 0 | 0.42 | 0.32 | 134.85 | 0.39 | 0.49 |
| Hex | 4C | AD | 64 | 38 | 0 | 2A | 20 | 87 | 27 | 31 |
| Octal | 114 | 255 | 144 | 70 | 0 | 52 | 40 | 207 | 47 | 61 |
| Binary | 1001100 | 10101101 | 1100100 | 111000 | 0 | 101010 | 100000 | 10000111 | 100111 | 110001 |
Color Harmonies of #4CAD64
Complementary color
Monochromatic Colors of #4CAD64
Black with #4CAD64
Text Example
Text Example
White with #4CAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD64; }
p { color: rgb(76,173,100); }
H1.HeaderClassName
{
color: #4CAD64;
}
.AnyTagClassName
{
color: #4CAD64;
}
</style>
background-color css
<style>
a { background-color: #4CAD64; }
a { background-color: rgb(76,173,100); }
div.DivClassName
{
background-color: #4CAD64;
}
.BgClassName
{
background-color: #4CAD64;
}
</style>
border-color css
<style>
span { border-color: #4CAD64; }
span { border-color: rgb(76,173,100); }
td.TdClassName
{
border-color: #4CAD64;
}
.TagClassName
{
border-color: #4CAD64;
}
</style>