Shades of Chateau Green #3AAC4D
Tints of Chateau Green #3AAC4D
RGB
CMYK
RGB Variations
Color information
#3AAC4D (or 0x3AAC4D) is known color: Chateau Green. HEX triplet: 3A, AC and 4D. RGB value is (58,172,77). Sum of RGB (Red+Green+Blue) = 58+172+77=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC4D is #C553B2. Grayscale: #7F7F7F. Windows color (decimal): -12932019 or 5090362. OLE color: 5090362.
HSL color Cylindrical-coordinate representation of color #3AAC4D: hue angle of 130º degrees, saturation: 0.5, 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 #3AAC4D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 77 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.33 |
| HSL | 130º | 0.5% | 0.45% | - |
| HSV(B) | 130º | 0.66% | 0.67% | - |
| XYZ | 17.84 | 30.94 | 12.05 | - |
| YUV | 127.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 77 | 0.66 | 0 | 0.55 | 0.33 | 130 | 0.5 | 0.45 |
| Hex | 3A | AC | 4D | 42 | 0 | 37 | 21 | 82 | 32 | 2D |
| Octal | 72 | 254 | 115 | 102 | 0 | 67 | 41 | 202 | 62 | 55 |
| Binary | 111010 | 10101100 | 1001101 | 1000010 | 0 | 110111 | 100001 | 10000010 | 110010 | 101101 |
Color Harmonies of #3AAC4D
Complementary color
Monochromatic Colors of #3AAC4D
Black with #3AAC4D
Text Example
Text Example
White with #3AAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC4D; }
p { color: rgb(58,172,77); }
H1.HeaderClassName
{
color: #3AAC4D;
}
.AnyTagClassName
{
color: #3AAC4D;
}
</style>
background-color css
<style>
a { background-color: #3AAC4D; }
a { background-color: rgb(58,172,77); }
div.DivClassName
{
background-color: #3AAC4D;
}
.BgClassName
{
background-color: #3AAC4D;
}
</style>
border-color css
<style>
span { border-color: #3AAC4D; }
span { border-color: rgb(58,172,77); }
td.TdClassName
{
border-color: #3AAC4D;
}
.TagClassName
{
border-color: #3AAC4D;
}
</style>