Shades of Chateau Green #3CAA57
Tints of Chateau Green #3CAA57
RGB
CMYK
RGB Variations
Color information
#3CAA57 (or 0x3CAA57) is known color: Chateau Green. HEX triplet: 3C, AA and 57. RGB value is (60,170,87). Sum of RGB (Red+Green+Blue) = 60+170+87=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA57 is #C355A8. Grayscale: #7F7F7F. Windows color (decimal): -12801449 or 5745212. OLE color: 5745212.
HSL color Cylindrical-coordinate representation of color #3CAA57: hue angle of 134.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 #3CAA57 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 87 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.33 |
| HSL | 134.73º | 0.48% | 0.45% | - |
| HSV(B) | 134.73º | 0.65% | 0.67% | - |
| XYZ | 17.96 | 30.4 | 13.94 | - |
| YUV | 127.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 87 | 0.65 | 0 | 0.49 | 0.33 | 134.73 | 0.48 | 0.45 |
| Hex | 3C | AA | 57 | 41 | 0 | 31 | 21 | 87 | 30 | 2D |
| Octal | 74 | 252 | 127 | 101 | 0 | 61 | 41 | 207 | 60 | 55 |
| Binary | 111100 | 10101010 | 1010111 | 1000001 | 0 | 110001 | 100001 | 10000111 | 110000 | 101101 |
Color Harmonies of #3CAA57
Complementary color
Monochromatic Colors of #3CAA57
Black with #3CAA57
Text Example
Text Example
White with #3CAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA57; }
p { color: rgb(60,170,87); }
H1.HeaderClassName
{
color: #3CAA57;
}
.AnyTagClassName
{
color: #3CAA57;
}
</style>
background-color css
<style>
a { background-color: #3CAA57; }
a { background-color: rgb(60,170,87); }
div.DivClassName
{
background-color: #3CAA57;
}
.BgClassName
{
background-color: #3CAA57;
}
</style>
border-color css
<style>
span { border-color: #3CAA57; }
span { border-color: rgb(60,170,87); }
td.TdClassName
{
border-color: #3CAA57;
}
.TagClassName
{
border-color: #3CAA57;
}
</style>