Shades of Chateau Green #3CAB4E
Tints of Chateau Green #3CAB4E
RGB
CMYK
RGB Variations
Color information
#3CAB4E (or 0x3CAB4E) is known color: Chateau Green. HEX triplet: 3C, AB and 4E. RGB value is (60,171,78). Sum of RGB (Red+Green+Blue) = 60+171+78=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB4E is #C354B1. Grayscale: #7F7F7F. Windows color (decimal): -12801202 or 5155644. OLE color: 5155644.
HSL color Cylindrical-coordinate representation of color #3CAB4E: hue angle of 129.73º 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 #3CAB4E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 78 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.33 |
| HSL | 129.73º | 0.48% | 0.45% | - |
| HSV(B) | 129.73º | 0.65% | 0.67% | - |
| XYZ | 17.8 | 30.64 | 12.18 | - |
| YUV | 127.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 78 | 0.65 | 0 | 0.54 | 0.33 | 129.73 | 0.48 | 0.45 |
| Hex | 3C | AB | 4E | 41 | 0 | 36 | 21 | 82 | 30 | 2D |
| Octal | 74 | 253 | 116 | 101 | 0 | 66 | 41 | 202 | 60 | 55 |
| Binary | 111100 | 10101011 | 1001110 | 1000001 | 0 | 110110 | 100001 | 10000010 | 110000 | 101101 |
Color Harmonies of #3CAB4E
Complementary color
Monochromatic Colors of #3CAB4E
Black with #3CAB4E
Text Example
Text Example
White with #3CAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB4E; }
p { color: rgb(60,171,78); }
H1.HeaderClassName
{
color: #3CAB4E;
}
.AnyTagClassName
{
color: #3CAB4E;
}
</style>
background-color css
<style>
a { background-color: #3CAB4E; }
a { background-color: rgb(60,171,78); }
div.DivClassName
{
background-color: #3CAB4E;
}
.BgClassName
{
background-color: #3CAB4E;
}
</style>
border-color css
<style>
span { border-color: #3CAB4E; }
span { border-color: rgb(60,171,78); }
td.TdClassName
{
border-color: #3CAB4E;
}
.TagClassName
{
border-color: #3CAB4E;
}
</style>