Shades of Chateau Green #3CAC50
Tints of Chateau Green #3CAC50
RGB
CMYK
RGB Variations
Color information
#3CAC50 (or 0x3CAC50) is known color: Chateau Green. HEX triplet: 3C, AC and 50. RGB value is (60,172,80). Sum of RGB (Red+Green+Blue) = 60+172+80=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAC50 is #C353AF. Grayscale: #808080. Windows color (decimal): -12800944 or 5286972. OLE color: 5286972.
HSL color Cylindrical-coordinate representation of color #3CAC50: hue angle of 130.71º 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 #3CAC50 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 80 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.33 |
| HSL | 130.71º | 0.48% | 0.45% | - |
| HSV(B) | 130.71º | 0.65% | 0.67% | - |
| XYZ | 18.06 | 31.04 | 12.63 | - |
| YUV | 128.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 80 | 0.65 | 0 | 0.53 | 0.33 | 130.71 | 0.48 | 0.45 |
| Hex | 3C | AC | 50 | 41 | 0 | 35 | 21 | 83 | 30 | 2D |
| Octal | 74 | 254 | 120 | 101 | 0 | 65 | 41 | 203 | 60 | 55 |
| Binary | 111100 | 10101100 | 1010000 | 1000001 | 0 | 110101 | 100001 | 10000011 | 110000 | 101101 |
Color Harmonies of #3CAC50
Complementary color
Monochromatic Colors of #3CAC50
Black with #3CAC50
Text Example
Text Example
White with #3CAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC50; }
p { color: rgb(60,172,80); }
H1.HeaderClassName
{
color: #3CAC50;
}
.AnyTagClassName
{
color: #3CAC50;
}
</style>
background-color css
<style>
a { background-color: #3CAC50; }
a { background-color: rgb(60,172,80); }
div.DivClassName
{
background-color: #3CAC50;
}
.BgClassName
{
background-color: #3CAC50;
}
</style>
border-color css
<style>
span { border-color: #3CAC50; }
span { border-color: rgb(60,172,80); }
td.TdClassName
{
border-color: #3CAC50;
}
.TagClassName
{
border-color: #3CAC50;
}
</style>