Shades of Chateau Green #4AA25C
Tints of Chateau Green #4AA25C
RGB
CMYK
RGB Variations
Color information
#4AA25C (or 0x4AA25C) is known color: Chateau Green. HEX triplet: 4A, A2 and 5C. RGB value is (74,162,92). Sum of RGB (Red+Green+Blue) = 74+162+92=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA25C is #B55DA3. Grayscale: #7F7F7F. Windows color (decimal): -11885988 or 6070858. OLE color: 6070858.
HSL color Cylindrical-coordinate representation of color #4AA25C: hue angle of 132.27º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA25C is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 92 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.36 |
| HSL | 132.27º | 0.37% | 0.46% | - |
| HSV(B) | 132.27º | 0.54% | 0.64% | - |
| XYZ | 17.68 | 28.07 | 14.61 | - |
| YUV | 127.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 92 | 0.54 | 0 | 0.43 | 0.36 | 132.27 | 0.37 | 0.46 |
| Hex | 4A | A2 | 5C | 36 | 0 | 2B | 24 | 84 | 25 | 2E |
| Octal | 112 | 242 | 134 | 66 | 0 | 53 | 44 | 204 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1011100 | 110110 | 0 | 101011 | 100100 | 10000100 | 100101 | 101110 |
Color Harmonies of #4AA25C
Complementary color
Monochromatic Colors of #4AA25C
Black with #4AA25C
Text Example
Text Example
White with #4AA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA25C; }
p { color: rgb(74,162,92); }
H1.HeaderClassName
{
color: #4AA25C;
}
.AnyTagClassName
{
color: #4AA25C;
}
</style>
background-color css
<style>
a { background-color: #4AA25C; }
a { background-color: rgb(74,162,92); }
div.DivClassName
{
background-color: #4AA25C;
}
.BgClassName
{
background-color: #4AA25C;
}
</style>
border-color css
<style>
span { border-color: #4AA25C; }
span { border-color: rgb(74,162,92); }
td.TdClassName
{
border-color: #4AA25C;
}
.TagClassName
{
border-color: #4AA25C;
}
</style>