Shades of Chateau Green #4AAA5C
Tints of Chateau Green #4AAA5C
RGB
CMYK
RGB Variations
Color information
#4AAA5C (or 0x4AAA5C) is known color: Chateau Green. HEX triplet: 4A, AA and 5C. RGB value is (74,170,92). Sum of RGB (Red+Green+Blue) = 74+170+92=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA5C is #B555A3. Grayscale: #848484. Windows color (decimal): -11883940 or 6072906. OLE color: 6072906.
HSL color Cylindrical-coordinate representation of color #4AAA5C: hue angle of 131.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA5C is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 92 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.33 |
| HSL | 131.25º | 0.39% | 0.48% | - |
| HSV(B) | 131.25º | 0.56% | 0.67% | - |
| XYZ | 19.13 | 30.98 | 15.1 | - |
| YUV | 132.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 92 | 0.56 | 0 | 0.46 | 0.33 | 131.25 | 0.39 | 0.48 |
| Hex | 4A | AA | 5C | 38 | 0 | 2E | 21 | 83 | 27 | 30 |
| Octal | 112 | 252 | 134 | 70 | 0 | 56 | 41 | 203 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1011100 | 111000 | 0 | 101110 | 100001 | 10000011 | 100111 | 110000 |
Color Harmonies of #4AAA5C
Complementary color
Monochromatic Colors of #4AAA5C
Black with #4AAA5C
Text Example
Text Example
White with #4AAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA5C; }
p { color: rgb(74,170,92); }
H1.HeaderClassName
{
color: #4AAA5C;
}
.AnyTagClassName
{
color: #4AAA5C;
}
</style>
background-color css
<style>
a { background-color: #4AAA5C; }
a { background-color: rgb(74,170,92); }
div.DivClassName
{
background-color: #4AAA5C;
}
.BgClassName
{
background-color: #4AAA5C;
}
</style>
border-color css
<style>
span { border-color: #4AAA5C; }
span { border-color: rgb(74,170,92); }
td.TdClassName
{
border-color: #4AAA5C;
}
.TagClassName
{
border-color: #4AAA5C;
}
</style>