Shades of Chateau Green #4AAA5D
Tints of Chateau Green #4AAA5D
RGB
CMYK
RGB Variations
Color information
#4AAA5D (or 0x4AAA5D) is known color: Chateau Green. HEX triplet: 4A, AA and 5D. RGB value is (74,170,93). Sum of RGB (Red+Green+Blue) = 74+170+93=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA5D is #B555A2. Grayscale: #848484. Windows color (decimal): -11883939 or 6138442. OLE color: 6138442.
HSL color Cylindrical-coordinate representation of color #4AAA5D: hue angle of 131.88º 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 #4AAA5D is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 93 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.33 |
| HSL | 131.88º | 0.39% | 0.48% | - |
| HSV(B) | 131.88º | 0.56% | 0.67% | - |
| XYZ | 19.17 | 31 | 15.33 | - |
| YUV | 132.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 93 | 0.56 | 0 | 0.45 | 0.33 | 131.88 | 0.39 | 0.48 |
| Hex | 4A | AA | 5D | 38 | 0 | 2D | 21 | 84 | 27 | 30 |
| Octal | 112 | 252 | 135 | 70 | 0 | 55 | 41 | 204 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1011101 | 111000 | 0 | 101101 | 100001 | 10000100 | 100111 | 110000 |
Color Harmonies of #4AAA5D
Complementary color
Monochromatic Colors of #4AAA5D
Black with #4AAA5D
Text Example
Text Example
White with #4AAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA5D; }
p { color: rgb(74,170,93); }
H1.HeaderClassName
{
color: #4AAA5D;
}
.AnyTagClassName
{
color: #4AAA5D;
}
</style>
background-color css
<style>
a { background-color: #4AAA5D; }
a { background-color: rgb(74,170,93); }
div.DivClassName
{
background-color: #4AAA5D;
}
.BgClassName
{
background-color: #4AAA5D;
}
</style>
border-color css
<style>
span { border-color: #4AAA5D; }
span { border-color: rgb(74,170,93); }
td.TdClassName
{
border-color: #4AAA5D;
}
.TagClassName
{
border-color: #4AAA5D;
}
</style>