Shades of Chateau Green #3CA95D
Tints of Chateau Green #3CA95D
RGB
CMYK
RGB Variations
Color information
#3CA95D (or 0x3CA95D) is known color: Chateau Green. HEX triplet: 3C, A9 and 5D. RGB value is (60,169,93). Sum of RGB (Red+Green+Blue) = 60+169+93=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA95D is #C356A2. Grayscale: #7F7F7F. Windows color (decimal): -12801699 or 6138172. OLE color: 6138172.
HSL color Cylindrical-coordinate representation of color #3CA95D: hue angle of 138.17º 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 #3CA95D is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 169 | 93 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.34 |
| HSL | 138.17º | 0.48% | 0.45% | - |
| HSV(B) | 138.17º | 0.64% | 0.66% | - |
| XYZ | 18.03 | 30.13 | 15.22 | - |
| YUV | 127.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 93 | 0.64 | 0 | 0.45 | 0.34 | 138.17 | 0.48 | 0.45 |
| Hex | 3C | A9 | 5D | 40 | 0 | 2D | 22 | 8A | 30 | 2D |
| Octal | 74 | 251 | 135 | 100 | 0 | 55 | 42 | 212 | 60 | 55 |
| Binary | 111100 | 10101001 | 1011101 | 1000000 | 0 | 101101 | 100010 | 10001010 | 110000 | 101101 |
Color Harmonies of #3CA95D
Complementary color
Monochromatic Colors of #3CA95D
Black with #3CA95D
Text Example
Text Example
White with #3CA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA95D; }
p { color: rgb(60,169,93); }
H1.HeaderClassName
{
color: #3CA95D;
}
.AnyTagClassName
{
color: #3CA95D;
}
</style>
background-color css
<style>
a { background-color: #3CA95D; }
a { background-color: rgb(60,169,93); }
div.DivClassName
{
background-color: #3CA95D;
}
.BgClassName
{
background-color: #3CA95D;
}
</style>
border-color css
<style>
span { border-color: #3CA95D; }
span { border-color: rgb(60,169,93); }
td.TdClassName
{
border-color: #3CA95D;
}
.TagClassName
{
border-color: #3CA95D;
}
</style>