Shades of Chateau Green #3C964A
Tints of Chateau Green #3C964A
RGB
CMYK
RGB Variations
Color information
#3C964A (or 0x3C964A) is known color: Chateau Green. HEX triplet: 3C, 96 and 4A. RGB value is (60,150,74). Sum of RGB (Red+Green+Blue) = 60+150+74=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C964A is #C369B5. Grayscale: #727272. Windows color (decimal): -12806582 or 4888124. OLE color: 4888124.
HSL color Cylindrical-coordinate representation of color #3C964A: hue angle of 129.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C964A is Cyan = 0.6, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 74 | - |
| CMYK | 0.6 | 0 | 0.51 | 0.41 |
| HSL | 129.33º | 0.43% | 0.41% | - |
| HSV(B) | 129.33º | 0.6% | 0.59% | - |
| XYZ | 14.01 | 23.27 | 10.23 | - |
| YUV | 114.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 74 | 0.6 | 0 | 0.51 | 0.41 | 129.33 | 0.43 | 0.41 |
| Hex | 3C | 96 | 4A | 3C | 0 | 33 | 29 | 81 | 2B | 29 |
| Octal | 74 | 226 | 112 | 74 | 0 | 63 | 51 | 201 | 53 | 51 |
| Binary | 111100 | 10010110 | 1001010 | 111100 | 0 | 110011 | 101001 | 10000001 | 101011 | 101001 |
Color Harmonies of #3C964A
Complementary color
Monochromatic Colors of #3C964A
Black with #3C964A
Text Example
Text Example
White with #3C964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C964A; }
p { color: rgb(60,150,74); }
H1.HeaderClassName
{
color: #3C964A;
}
.AnyTagClassName
{
color: #3C964A;
}
</style>
background-color css
<style>
a { background-color: #3C964A; }
a { background-color: rgb(60,150,74); }
div.DivClassName
{
background-color: #3C964A;
}
.BgClassName
{
background-color: #3C964A;
}
</style>
border-color css
<style>
span { border-color: #3C964A; }
span { border-color: rgb(60,150,74); }
td.TdClassName
{
border-color: #3C964A;
}
.TagClassName
{
border-color: #3C964A;
}
</style>