Shades of Chateau Green #3AAA50
Tints of Chateau Green #3AAA50
RGB
CMYK
RGB Variations
Color information
#3AAA50 (or 0x3AAA50) is known color: Chateau Green. HEX triplet: 3A, AA and 50. RGB value is (58,170,80). Sum of RGB (Red+Green+Blue) = 58+170+80=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA50 is #C555AF. Grayscale: #7E7E7E. Windows color (decimal): -12932528 or 5286458. OLE color: 5286458.
HSL color Cylindrical-coordinate representation of color #3AAA50: hue angle of 131.79º 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 #3AAA50 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 80 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.33 |
| HSL | 131.79º | 0.49% | 0.45% | - |
| HSV(B) | 131.79º | 0.66% | 0.67% | - |
| XYZ | 17.57 | 30.23 | 12.5 | - |
| YUV | 126.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 80 | 0.66 | 0 | 0.53 | 0.33 | 131.79 | 0.49 | 0.45 |
| Hex | 3A | AA | 50 | 42 | 0 | 35 | 21 | 84 | 31 | 2D |
| Octal | 72 | 252 | 120 | 102 | 0 | 65 | 41 | 204 | 61 | 55 |
| Binary | 111010 | 10101010 | 1010000 | 1000010 | 0 | 110101 | 100001 | 10000100 | 110001 | 101101 |
Color Harmonies of #3AAA50
Complementary color
Monochromatic Colors of #3AAA50
Black with #3AAA50
Text Example
Text Example
White with #3AAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA50; }
p { color: rgb(58,170,80); }
H1.HeaderClassName
{
color: #3AAA50;
}
.AnyTagClassName
{
color: #3AAA50;
}
</style>
background-color css
<style>
a { background-color: #3AAA50; }
a { background-color: rgb(58,170,80); }
div.DivClassName
{
background-color: #3AAA50;
}
.BgClassName
{
background-color: #3AAA50;
}
</style>
border-color css
<style>
span { border-color: #3AAA50; }
span { border-color: rgb(58,170,80); }
td.TdClassName
{
border-color: #3AAA50;
}
.TagClassName
{
border-color: #3AAA50;
}
</style>