Shades of Chateau Green #3C964B
Tints of Chateau Green #3C964B
RGB
CMYK
RGB Variations
Color information
#3C964B (or 0x3C964B) is known color: Chateau Green. HEX triplet: 3C, 96 and 4B. RGB value is (60,150,75). Sum of RGB (Red+Green+Blue) = 60+150+75=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C964B is #C369B4. Grayscale: #727272. Windows color (decimal): -12806581 or 4953660. OLE color: 4953660.
HSL color Cylindrical-coordinate representation of color #3C964B: hue angle of 130º 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 #3C964B is Cyan = 0.6, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 75 | - |
| CMYK | 0.6 | 0 | 0.5 | 0.41 |
| HSL | 130º | 0.43% | 0.41% | - |
| HSV(B) | 130º | 0.6% | 0.59% | - |
| XYZ | 14.04 | 23.28 | 10.41 | - |
| YUV | 114.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 75 | 0.6 | 0 | 0.5 | 0.41 | 130 | 0.43 | 0.41 |
| Hex | 3C | 96 | 4B | 3C | 0 | 32 | 29 | 82 | 2B | 29 |
| Octal | 74 | 226 | 113 | 74 | 0 | 62 | 51 | 202 | 53 | 51 |
| Binary | 111100 | 10010110 | 1001011 | 111100 | 0 | 110010 | 101001 | 10000010 | 101011 | 101001 |
Color Harmonies of #3C964B
Complementary color
Monochromatic Colors of #3C964B
Black with #3C964B
Text Example
Text Example
White with #3C964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C964B; }
p { color: rgb(60,150,75); }
H1.HeaderClassName
{
color: #3C964B;
}
.AnyTagClassName
{
color: #3C964B;
}
</style>
background-color css
<style>
a { background-color: #3C964B; }
a { background-color: rgb(60,150,75); }
div.DivClassName
{
background-color: #3C964B;
}
.BgClassName
{
background-color: #3C964B;
}
</style>
border-color css
<style>
span { border-color: #3C964B; }
span { border-color: rgb(60,150,75); }
td.TdClassName
{
border-color: #3C964B;
}
.TagClassName
{
border-color: #3C964B;
}
</style>