Shades of Chateau Green #3AAA56
Tints of Chateau Green #3AAA56
RGB
CMYK
RGB Variations
Color information
#3AAA56 (or 0x3AAA56) is known color: Chateau Green. HEX triplet: 3A, AA and 56. RGB value is (58,170,86). Sum of RGB (Red+Green+Blue) = 58+170+86=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA56 is #C555A9. Grayscale: #7F7F7F. Windows color (decimal): -12932522 or 5679674. OLE color: 5679674.
HSL color Cylindrical-coordinate representation of color #3AAA56: hue angle of 135º 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 #3AAA56 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 86 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.33 |
| HSL | 135º | 0.49% | 0.45% | - |
| HSV(B) | 135º | 0.66% | 0.67% | - |
| XYZ | 17.8 | 30.32 | 13.72 | - |
| YUV | 126.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 86 | 0.66 | 0 | 0.49 | 0.33 | 135 | 0.49 | 0.45 |
| Hex | 3A | AA | 56 | 42 | 0 | 31 | 21 | 87 | 31 | 2D |
| Octal | 72 | 252 | 126 | 102 | 0 | 61 | 41 | 207 | 61 | 55 |
| Binary | 111010 | 10101010 | 1010110 | 1000010 | 0 | 110001 | 100001 | 10000111 | 110001 | 101101 |
Color Harmonies of #3AAA56
Complementary color
Monochromatic Colors of #3AAA56
Black with #3AAA56
Text Example
Text Example
White with #3AAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA56; }
p { color: rgb(58,170,86); }
H1.HeaderClassName
{
color: #3AAA56;
}
.AnyTagClassName
{
color: #3AAA56;
}
</style>
background-color css
<style>
a { background-color: #3AAA56; }
a { background-color: rgb(58,170,86); }
div.DivClassName
{
background-color: #3AAA56;
}
.BgClassName
{
background-color: #3AAA56;
}
</style>
border-color css
<style>
span { border-color: #3AAA56; }
span { border-color: rgb(58,170,86); }
td.TdClassName
{
border-color: #3AAA56;
}
.TagClassName
{
border-color: #3AAA56;
}
</style>