Shades of Chateau Green #3AAA5E
Tints of Chateau Green #3AAA5E
RGB
CMYK
RGB Variations
Color information
#3AAA5E (or 0x3AAA5E) is known color: Chateau Green. HEX triplet: 3A, AA and 5E. RGB value is (58,170,94). Sum of RGB (Red+Green+Blue) = 58+170+94=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA5E is #C555A1. Grayscale: #808080. Windows color (decimal): -12932514 or 6203962. OLE color: 6203962.
HSL color Cylindrical-coordinate representation of color #3AAA5E: hue angle of 139.29º 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 #3AAA5E is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 94 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.33 |
| HSL | 139.29º | 0.49% | 0.45% | - |
| HSV(B) | 139.29º | 0.66% | 0.67% | - |
| XYZ | 18.14 | 30.46 | 15.51 | - |
| YUV | 127.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 94 | 0.66 | 0 | 0.45 | 0.33 | 139.29 | 0.49 | 0.45 |
| Hex | 3A | AA | 5E | 42 | 0 | 2D | 21 | 8B | 31 | 2D |
| Octal | 72 | 252 | 136 | 102 | 0 | 55 | 41 | 213 | 61 | 55 |
| Binary | 111010 | 10101010 | 1011110 | 1000010 | 0 | 101101 | 100001 | 10001011 | 110001 | 101101 |
Color Harmonies of #3AAA5E
Complementary color
Monochromatic Colors of #3AAA5E
Black with #3AAA5E
Text Example
Text Example
White with #3AAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA5E; }
p { color: rgb(58,170,94); }
H1.HeaderClassName
{
color: #3AAA5E;
}
.AnyTagClassName
{
color: #3AAA5E;
}
</style>
background-color css
<style>
a { background-color: #3AAA5E; }
a { background-color: rgb(58,170,94); }
div.DivClassName
{
background-color: #3AAA5E;
}
.BgClassName
{
background-color: #3AAA5E;
}
</style>
border-color css
<style>
span { border-color: #3AAA5E; }
span { border-color: rgb(58,170,94); }
td.TdClassName
{
border-color: #3AAA5E;
}
.TagClassName
{
border-color: #3AAA5E;
}
</style>