Shades of Chateau Green #4AAA5E
Tints of Chateau Green #4AAA5E
RGB
CMYK
RGB Variations
Color information
#4AAA5E (or 0x4AAA5E) is known color: Chateau Green. HEX triplet: 4A, AA and 5E. RGB value is (74,170,94). Sum of RGB (Red+Green+Blue) = 74+170+94=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA5E is #B555A1. Grayscale: #848484. Windows color (decimal): -11883938 or 6203978. OLE color: 6203978.
HSL color Cylindrical-coordinate representation of color #4AAA5E: hue angle of 132.5º 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 #4AAA5E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 94 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.33 |
| HSL | 132.5º | 0.39% | 0.48% | - |
| HSV(B) | 132.5º | 0.56% | 0.67% | - |
| XYZ | 19.22 | 31.01 | 15.56 | - |
| YUV | 132.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 94 | 0.56 | 0 | 0.45 | 0.33 | 132.5 | 0.39 | 0.48 |
| Hex | 4A | AA | 5E | 38 | 0 | 2D | 21 | 84 | 27 | 30 |
| Octal | 112 | 252 | 136 | 70 | 0 | 55 | 41 | 204 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1011110 | 111000 | 0 | 101101 | 100001 | 10000100 | 100111 | 110000 |
Color Harmonies of #4AAA5E
Complementary color
Monochromatic Colors of #4AAA5E
Black with #4AAA5E
Text Example
Text Example
White with #4AAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA5E; }
p { color: rgb(74,170,94); }
H1.HeaderClassName
{
color: #4AAA5E;
}
.AnyTagClassName
{
color: #4AAA5E;
}
</style>
background-color css
<style>
a { background-color: #4AAA5E; }
a { background-color: rgb(74,170,94); }
div.DivClassName
{
background-color: #4AAA5E;
}
.BgClassName
{
background-color: #4AAA5E;
}
</style>
border-color css
<style>
span { border-color: #4AAA5E; }
span { border-color: rgb(74,170,94); }
td.TdClassName
{
border-color: #4AAA5E;
}
.TagClassName
{
border-color: #4AAA5E;
}
</style>