Shades of Chateau Green #3CA65E
Tints of Chateau Green #3CA65E
RGB
CMYK
RGB Variations
Color information
#3CA65E (or 0x3CA65E) is known color: Chateau Green. HEX triplet: 3C, A6 and 5E. RGB value is (60,166,94). Sum of RGB (Red+Green+Blue) = 60+166+94=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA65E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA65E is #C359A1. Grayscale: #7E7E7E. Windows color (decimal): -12802466 or 6202940. OLE color: 6202940.
HSL color Cylindrical-coordinate representation of color #3CA65E: hue angle of 139.25º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA65E is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 94 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.35 |
| HSL | 139.25º | 0.47% | 0.44% | - |
| HSV(B) | 139.25º | 0.64% | 0.65% | - |
| XYZ | 17.52 | 29.04 | 15.27 | - |
| YUV | 126.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 94 | 0.64 | 0 | 0.43 | 0.35 | 139.25 | 0.47 | 0.44 |
| Hex | 3C | A6 | 5E | 40 | 0 | 2B | 23 | 8B | 2F | 2C |
| Octal | 74 | 246 | 136 | 100 | 0 | 53 | 43 | 213 | 57 | 54 |
| Binary | 111100 | 10100110 | 1011110 | 1000000 | 0 | 101011 | 100011 | 10001011 | 101111 | 101100 |
Color Harmonies of #3CA65E
Complementary color
Monochromatic Colors of #3CA65E
Black with #3CA65E
Text Example
Text Example
White with #3CA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA65E; }
p { color: rgb(60,166,94); }
H1.HeaderClassName
{
color: #3CA65E;
}
.AnyTagClassName
{
color: #3CA65E;
}
</style>
background-color css
<style>
a { background-color: #3CA65E; }
a { background-color: rgb(60,166,94); }
div.DivClassName
{
background-color: #3CA65E;
}
.BgClassName
{
background-color: #3CA65E;
}
</style>
border-color css
<style>
span { border-color: #3CA65E; }
span { border-color: rgb(60,166,94); }
td.TdClassName
{
border-color: #3CA65E;
}
.TagClassName
{
border-color: #3CA65E;
}
</style>