Shades of Chateau Green #3CA953
Tints of Chateau Green #3CA953
RGB
CMYK
RGB Variations
Color information
#3CA953 (or 0x3CA953) is known color: Chateau Green. HEX triplet: 3C, A9 and 53. RGB value is (60,169,83). Sum of RGB (Red+Green+Blue) = 60+169+83=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA953 is #C356AC. Grayscale: #7E7E7E. Windows color (decimal): -12801709 or 5482812. OLE color: 5482812.
HSL color Cylindrical-coordinate representation of color #3CA953: hue angle of 132.66º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA953 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 169 | 83 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.34 |
| HSL | 132.66º | 0.48% | 0.45% | - |
| HSV(B) | 132.66º | 0.64% | 0.66% | - |
| XYZ | 17.61 | 29.96 | 13.04 | - |
| YUV | 126.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 83 | 0.64 | 0 | 0.51 | 0.34 | 132.66 | 0.48 | 0.45 |
| Hex | 3C | A9 | 53 | 40 | 0 | 33 | 22 | 85 | 30 | 2D |
| Octal | 74 | 251 | 123 | 100 | 0 | 63 | 42 | 205 | 60 | 55 |
| Binary | 111100 | 10101001 | 1010011 | 1000000 | 0 | 110011 | 100010 | 10000101 | 110000 | 101101 |
Color Harmonies of #3CA953
Complementary color
Monochromatic Colors of #3CA953
Black with #3CA953
Text Example
Text Example
White with #3CA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA953; }
p { color: rgb(60,169,83); }
H1.HeaderClassName
{
color: #3CA953;
}
.AnyTagClassName
{
color: #3CA953;
}
</style>
background-color css
<style>
a { background-color: #3CA953; }
a { background-color: rgb(60,169,83); }
div.DivClassName
{
background-color: #3CA953;
}
.BgClassName
{
background-color: #3CA953;
}
</style>
border-color css
<style>
span { border-color: #3CA953; }
span { border-color: rgb(60,169,83); }
td.TdClassName
{
border-color: #3CA953;
}
.TagClassName
{
border-color: #3CA953;
}
</style>