Shades of Chateau Green #3C995A
Tints of Chateau Green #3C995A
RGB
CMYK
RGB Variations
Color information
#3C995A (or 0x3C995A) is known color: Chateau Green. HEX triplet: 3C, 99 and 5A. RGB value is (60,153,90). Sum of RGB (Red+Green+Blue) = 60+153+90=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995A is #C366A5. Grayscale: #767676. Windows color (decimal): -12805798 or 5937468. OLE color: 5937468.
HSL color Cylindrical-coordinate representation of color #3C995A: hue angle of 139.35º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C995A is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 90 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.4 |
| HSL | 139.35º | 0.44% | 0.42% | - |
| HSV(B) | 139.35º | 0.61% | 0.6% | - |
| XYZ | 15.1 | 24.48 | 13.6 | - |
| YUV | 118.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 90 | 0.61 | 0 | 0.41 | 0.4 | 139.35 | 0.44 | 0.42 |
| Hex | 3C | 99 | 5A | 3D | 0 | 29 | 28 | 8B | 2C | 2A |
| Octal | 74 | 231 | 132 | 75 | 0 | 51 | 50 | 213 | 54 | 52 |
| Binary | 111100 | 10011001 | 1011010 | 111101 | 0 | 101001 | 101000 | 10001011 | 101100 | 101010 |
Color Harmonies of #3C995A
Complementary color
Monochromatic Colors of #3C995A
Black with #3C995A
Text Example
Text Example
White with #3C995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C995A; }
p { color: rgb(60,153,90); }
H1.HeaderClassName
{
color: #3C995A;
}
.AnyTagClassName
{
color: #3C995A;
}
</style>
background-color css
<style>
a { background-color: #3C995A; }
a { background-color: rgb(60,153,90); }
div.DivClassName
{
background-color: #3C995A;
}
.BgClassName
{
background-color: #3C995A;
}
</style>
border-color css
<style>
span { border-color: #3C995A; }
span { border-color: rgb(60,153,90); }
td.TdClassName
{
border-color: #3C995A;
}
.TagClassName
{
border-color: #3C995A;
}
</style>