Shades of Chateau Green #3C9D60
Tints of Chateau Green #3C9D60
RGB
CMYK
RGB Variations
Color information
#3C9D60 (or 0x3C9D60) is known color: Chateau Green. HEX triplet: 3C, 9D and 60. RGB value is (60,157,96). Sum of RGB (Red+Green+Blue) = 60+157+96=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #3C9D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9D60 is #C3629F. Grayscale: #797979. Windows color (decimal): -12804768 or 6331708. OLE color: 6331708.
HSL color Cylindrical-coordinate representation of color #3C9D60: hue angle of 142.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9D60 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 157 | 96 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.38 |
| HSL | 142.27º | 0.45% | 0.43% | - |
| HSV(B) | 142.27º | 0.62% | 0.62% | - |
| XYZ | 16.03 | 25.92 | 15.22 | - |
| YUV | 121.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 157 | 96 | 0.62 | 0 | 0.39 | 0.38 | 142.27 | 0.45 | 0.43 |
| Hex | 3C | 9D | 60 | 3E | 0 | 27 | 26 | 8E | 2D | 2B |
| Octal | 74 | 235 | 140 | 76 | 0 | 47 | 46 | 216 | 55 | 53 |
| Binary | 111100 | 10011101 | 1100000 | 111110 | 0 | 100111 | 100110 | 10001110 | 101101 | 101011 |
Color Harmonies of #3C9D60
Complementary color
Monochromatic Colors of #3C9D60
Black with #3C9D60
Text Example
Text Example
White with #3C9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9D60; }
p { color: rgb(60,157,96); }
H1.HeaderClassName
{
color: #3C9D60;
}
.AnyTagClassName
{
color: #3C9D60;
}
</style>
background-color css
<style>
a { background-color: #3C9D60; }
a { background-color: rgb(60,157,96); }
div.DivClassName
{
background-color: #3C9D60;
}
.BgClassName
{
background-color: #3C9D60;
}
</style>
border-color css
<style>
span { border-color: #3C9D60; }
span { border-color: rgb(60,157,96); }
td.TdClassName
{
border-color: #3C9D60;
}
.TagClassName
{
border-color: #3C9D60;
}
</style>