Shades of Chateau Green #3AA14C
Tints of Chateau Green #3AA14C
RGB
CMYK
RGB Variations
Color information
#3AA14C (or 0x3AA14C) is known color: Chateau Green. HEX triplet: 3A, A1 and 4C. RGB value is (58,161,76). Sum of RGB (Red+Green+Blue) = 58+161+76=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA14C is #C55EB3. Grayscale: #787878. Windows color (decimal): -12934836 or 5022010. OLE color: 5022010.
HSL color Cylindrical-coordinate representation of color #3AA14C: hue angle of 130.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA14C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 161 | 76 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.37 |
| HSL | 130.49º | 0.47% | 0.43% | - |
| HSV(B) | 130.49º | 0.64% | 0.63% | - |
| XYZ | 15.79 | 26.91 | 11.2 | - |
| YUV | 120.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 161 | 76 | 0.64 | 0 | 0.53 | 0.37 | 130.49 | 0.47 | 0.43 |
| Hex | 3A | A1 | 4C | 40 | 0 | 35 | 25 | 82 | 2F | 2B |
| Octal | 72 | 241 | 114 | 100 | 0 | 65 | 45 | 202 | 57 | 53 |
| Binary | 111010 | 10100001 | 1001100 | 1000000 | 0 | 110101 | 100101 | 10000010 | 101111 | 101011 |
Color Harmonies of #3AA14C
Complementary color
Monochromatic Colors of #3AA14C
Black with #3AA14C
Text Example
Text Example
White with #3AA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA14C; }
p { color: rgb(58,161,76); }
H1.HeaderClassName
{
color: #3AA14C;
}
.AnyTagClassName
{
color: #3AA14C;
}
</style>
background-color css
<style>
a { background-color: #3AA14C; }
a { background-color: rgb(58,161,76); }
div.DivClassName
{
background-color: #3AA14C;
}
.BgClassName
{
background-color: #3AA14C;
}
</style>
border-color css
<style>
span { border-color: #3AA14C; }
span { border-color: rgb(58,161,76); }
td.TdClassName
{
border-color: #3AA14C;
}
.TagClassName
{
border-color: #3AA14C;
}
</style>