Shades of Chateau Green #3AA24C
Tints of Chateau Green #3AA24C
RGB
CMYK
RGB Variations
Color information
#3AA24C (or 0x3AA24C) is known color: Chateau Green. HEX triplet: 3A, A2 and 4C. RGB value is (58,162,76). Sum of RGB (Red+Green+Blue) = 58+162+76=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA24C is #C55DB3. Grayscale: #797979. Windows color (decimal): -12934580 or 5022266. OLE color: 5022266.
HSL color Cylindrical-coordinate representation of color #3AA24C: hue angle of 130.38º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA24C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 76 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.36 |
| HSL | 130.38º | 0.47% | 0.43% | - |
| HSV(B) | 130.38º | 0.64% | 0.64% | - |
| XYZ | 15.97 | 27.26 | 11.26 | - |
| YUV | 121.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 76 | 0.64 | 0 | 0.53 | 0.36 | 130.38 | 0.47 | 0.43 |
| Hex | 3A | A2 | 4C | 40 | 0 | 35 | 24 | 82 | 2F | 2B |
| Octal | 72 | 242 | 114 | 100 | 0 | 65 | 44 | 202 | 57 | 53 |
| Binary | 111010 | 10100010 | 1001100 | 1000000 | 0 | 110101 | 100100 | 10000010 | 101111 | 101011 |
Color Harmonies of #3AA24C
Complementary color
Monochromatic Colors of #3AA24C
Black with #3AA24C
Text Example
Text Example
White with #3AA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA24C; }
p { color: rgb(58,162,76); }
H1.HeaderClassName
{
color: #3AA24C;
}
.AnyTagClassName
{
color: #3AA24C;
}
</style>
background-color css
<style>
a { background-color: #3AA24C; }
a { background-color: rgb(58,162,76); }
div.DivClassName
{
background-color: #3AA24C;
}
.BgClassName
{
background-color: #3AA24C;
}
</style>
border-color css
<style>
span { border-color: #3AA24C; }
span { border-color: rgb(58,162,76); }
td.TdClassName
{
border-color: #3AA24C;
}
.TagClassName
{
border-color: #3AA24C;
}
</style>