Shades of Chateau Green #3C974E
Tints of Chateau Green #3C974E
RGB
CMYK
RGB Variations
Color information
#3C974E (or 0x3C974E) is known color: Chateau Green. HEX triplet: 3C, 97 and 4E. RGB value is (60,151,78). Sum of RGB (Red+Green+Blue) = 60+151+78=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #3C974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C974E is #C368B1. Grayscale: #737373. Windows color (decimal): -12806322 or 5150524. OLE color: 5150524.
HSL color Cylindrical-coordinate representation of color #3C974E: hue angle of 131.87º 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 #3C974E is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 78 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.41 |
| HSL | 131.87º | 0.43% | 0.41% | - |
| HSV(B) | 131.87º | 0.6% | 0.59% | - |
| XYZ | 14.31 | 23.64 | 11.02 | - |
| YUV | 115.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 78 | 0.60 | 0 | 0.48 | 0.41 | 131.87 | 0.43 | 0.41 |
| Hex | 3C | 97 | 4E | 3C | 0 | 30 | 29 | 84 | 2B | 29 |
| Octal | 74 | 227 | 116 | 74 | 0 | 60 | 51 | 204 | 53 | 51 |
| Binary | 111100 | 10010111 | 1001110 | 111100 | 0 | 110000 | 101001 | 10000100 | 101011 | 101001 |
Color Harmonies of #3C974E
Complementary color
Monochromatic Colors of #3C974E
Black with #3C974E
Text Example
Text Example
White with #3C974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C974E; }
p { color: rgb(60,151,78); }
H1.HeaderClassName
{
color: #3C974E;
}
.AnyTagClassName
{
color: #3C974E;
}
</style>
background-color css
<style>
a { background-color: #3C974E; }
a { background-color: rgb(60,151,78); }
div.DivClassName
{
background-color: #3C974E;
}
.BgClassName
{
background-color: #3C974E;
}
</style>
border-color css
<style>
span { border-color: #3C974E; }
span { border-color: rgb(60,151,78); }
td.TdClassName
{
border-color: #3C974E;
}
.TagClassName
{
border-color: #3C974E;
}
</style>