Shades of Chateau Green #4AA95D
Tints of Chateau Green #4AA95D
RGB
CMYK
RGB Variations
Color information
#4AA95D (or 0x4AA95D) is known color: Chateau Green. HEX triplet: 4A, A9 and 5D. RGB value is (74,169,93). Sum of RGB (Red+Green+Blue) = 74+169+93=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #4AA95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA95D is #B556A2. Grayscale: #848484. Windows color (decimal): -11884195 or 6138186. OLE color: 6138186.
HSL color Cylindrical-coordinate representation of color #4AA95D: hue angle of 132º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA95D is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 169 | 93 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.34 |
| HSL | 132º | 0.39% | 0.48% | - |
| HSV(B) | 132º | 0.56% | 0.66% | - |
| XYZ | 18.99 | 30.62 | 15.27 | - |
| YUV | 131.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 169 | 93 | 0.56 | 0 | 0.45 | 0.34 | 132 | 0.39 | 0.48 |
| Hex | 4A | A9 | 5D | 38 | 0 | 2D | 22 | 84 | 27 | 30 |
| Octal | 112 | 251 | 135 | 70 | 0 | 55 | 42 | 204 | 47 | 60 |
| Binary | 1001010 | 10101001 | 1011101 | 111000 | 0 | 101101 | 100010 | 10000100 | 100111 | 110000 |
Color Harmonies of #4AA95D
Complementary color
Monochromatic Colors of #4AA95D
Black with #4AA95D
Text Example
Text Example
White with #4AA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA95D; }
p { color: rgb(74,169,93); }
H1.HeaderClassName
{
color: #4AA95D;
}
.AnyTagClassName
{
color: #4AA95D;
}
</style>
background-color css
<style>
a { background-color: #4AA95D; }
a { background-color: rgb(74,169,93); }
div.DivClassName
{
background-color: #4AA95D;
}
.BgClassName
{
background-color: #4AA95D;
}
</style>
border-color css
<style>
span { border-color: #4AA95D; }
span { border-color: rgb(74,169,93); }
td.TdClassName
{
border-color: #4AA95D;
}
.TagClassName
{
border-color: #4AA95D;
}
</style>