Shades of Chateau Green #3AAC4F
Tints of Chateau Green #3AAC4F
RGB
CMYK
RGB Variations
Color information
#3AAC4F (or 0x3AAC4F) is known color: Chateau Green. HEX triplet: 3A, AC and 4F. RGB value is (58,172,79). Sum of RGB (Red+Green+Blue) = 58+172+79=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC4F is #C553B0. Grayscale: #7F7F7F. Windows color (decimal): -12932017 or 5221434. OLE color: 5221434.
HSL color Cylindrical-coordinate representation of color #3AAC4F: hue angle of 131.05º 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 #3AAC4F is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 79 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.33 |
| HSL | 131.05º | 0.5% | 0.45% | - |
| HSV(B) | 131.05º | 0.66% | 0.67% | - |
| XYZ | 17.91 | 30.97 | 12.43 | - |
| YUV | 127.31 | 100.73 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 79 | 0.66 | 0 | 0.54 | 0.33 | 131.05 | 0.5 | 0.45 |
| Hex | 3A | AC | 4F | 42 | 0 | 36 | 21 | 83 | 32 | 2D |
| Octal | 72 | 254 | 117 | 102 | 0 | 66 | 41 | 203 | 62 | 55 |
| Binary | 111010 | 10101100 | 1001111 | 1000010 | 0 | 110110 | 100001 | 10000011 | 110010 | 101101 |
Color Harmonies of #3AAC4F
Complementary color
Monochromatic Colors of #3AAC4F
Black with #3AAC4F
Text Example
Text Example
White with #3AAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC4F; }
p { color: rgb(58,172,79); }
H1.HeaderClassName
{
color: #3AAC4F;
}
.AnyTagClassName
{
color: #3AAC4F;
}
</style>
background-color css
<style>
a { background-color: #3AAC4F; }
a { background-color: rgb(58,172,79); }
div.DivClassName
{
background-color: #3AAC4F;
}
.BgClassName
{
background-color: #3AAC4F;
}
</style>
border-color css
<style>
span { border-color: #3AAC4F; }
span { border-color: rgb(58,172,79); }
td.TdClassName
{
border-color: #3AAC4F;
}
.TagClassName
{
border-color: #3AAC4F;
}
</style>