Shades of Chateau Green #3CAC5E
Tints of Chateau Green #3CAC5E
RGB
CMYK
RGB Variations
Color information
#3CAC5E (or 0x3CAC5E) is known color: Chateau Green. HEX triplet: 3C, AC and 5E. RGB value is (60,172,94). Sum of RGB (Red+Green+Blue) = 60+172+94=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAC5E is #C353A1. Grayscale: #818181. Windows color (decimal): -12800930 or 6204476. OLE color: 6204476.
HSL color Cylindrical-coordinate representation of color #3CAC5E: hue angle of 138.21º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC5E is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 94 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.33 |
| HSL | 138.21º | 0.48% | 0.45% | - |
| HSV(B) | 138.21º | 0.65% | 0.67% | - |
| XYZ | 18.64 | 31.27 | 15.64 | - |
| YUV | 129.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 94 | 0.65 | 0 | 0.45 | 0.33 | 138.21 | 0.48 | 0.45 |
| Hex | 3C | AC | 5E | 41 | 0 | 2D | 21 | 8A | 30 | 2D |
| Octal | 74 | 254 | 136 | 101 | 0 | 55 | 41 | 212 | 60 | 55 |
| Binary | 111100 | 10101100 | 1011110 | 1000001 | 0 | 101101 | 100001 | 10001010 | 110000 | 101101 |
Color Harmonies of #3CAC5E
Complementary color
Monochromatic Colors of #3CAC5E
Black with #3CAC5E
Text Example
Text Example
White with #3CAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC5E; }
p { color: rgb(60,172,94); }
H1.HeaderClassName
{
color: #3CAC5E;
}
.AnyTagClassName
{
color: #3CAC5E;
}
</style>
background-color css
<style>
a { background-color: #3CAC5E; }
a { background-color: rgb(60,172,94); }
div.DivClassName
{
background-color: #3CAC5E;
}
.BgClassName
{
background-color: #3CAC5E;
}
</style>
border-color css
<style>
span { border-color: #3CAC5E; }
span { border-color: rgb(60,172,94); }
td.TdClassName
{
border-color: #3CAC5E;
}
.TagClassName
{
border-color: #3CAC5E;
}
</style>