Shades of Chateau Green #3AAA5A
Tints of Chateau Green #3AAA5A
RGB
CMYK
RGB Variations
Color information
#3AAA5A (or 0x3AAA5A) is known color: Chateau Green. HEX triplet: 3A, AA and 5A. RGB value is (58,170,90). Sum of RGB (Red+Green+Blue) = 58+170+90=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA5A is #C555A5. Grayscale: #7F7F7F. Windows color (decimal): -12932518 or 5941818. OLE color: 5941818.
HSL color Cylindrical-coordinate representation of color #3AAA5A: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAA5A is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 90 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.33 |
| HSL | 137.14º | 0.49% | 0.45% | - |
| HSV(B) | 137.14º | 0.66% | 0.67% | - |
| XYZ | 17.97 | 30.39 | 14.59 | - |
| YUV | 127.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 90 | 0.66 | 0 | 0.47 | 0.33 | 137.14 | 0.49 | 0.45 |
| Hex | 3A | AA | 5A | 42 | 0 | 2F | 21 | 89 | 31 | 2D |
| Octal | 72 | 252 | 132 | 102 | 0 | 57 | 41 | 211 | 61 | 55 |
| Binary | 111010 | 10101010 | 1011010 | 1000010 | 0 | 101111 | 100001 | 10001001 | 110001 | 101101 |
Color Harmonies of #3AAA5A
Complementary color
Monochromatic Colors of #3AAA5A
Black with #3AAA5A
Text Example
Text Example
White with #3AAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA5A; }
p { color: rgb(58,170,90); }
H1.HeaderClassName
{
color: #3AAA5A;
}
.AnyTagClassName
{
color: #3AAA5A;
}
</style>
background-color css
<style>
a { background-color: #3AAA5A; }
a { background-color: rgb(58,170,90); }
div.DivClassName
{
background-color: #3AAA5A;
}
.BgClassName
{
background-color: #3AAA5A;
}
</style>
border-color css
<style>
span { border-color: #3AAA5A; }
span { border-color: rgb(58,170,90); }
td.TdClassName
{
border-color: #3AAA5A;
}
.TagClassName
{
border-color: #3AAA5A;
}
</style>