Shades of Chateau Green #3C914D
Tints of Chateau Green #3C914D
RGB
CMYK
RGB Variations
Color information
#3C914D (or 0x3C914D) is known color: Chateau Green. HEX triplet: 3C, 91 and 4D. RGB value is (60,145,77). Sum of RGB (Red+Green+Blue) = 60+145+77=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #3C914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C914D is #C36EB2. Grayscale: #707070. Windows color (decimal): -12807859 or 5083452. OLE color: 5083452.
HSL color Cylindrical-coordinate representation of color #3C914D: hue angle of 132º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C914D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 77 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.43 |
| HSL | 132º | 0.41% | 0.4% | - |
| HSV(B) | 132º | 0.59% | 0.57% | - |
| XYZ | 13.33 | 21.75 | 10.52 | - |
| YUV | 111.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 77 | 0.59 | 0 | 0.47 | 0.43 | 132 | 0.41 | 0.4 |
| Hex | 3C | 91 | 4D | 3B | 0 | 2F | 2B | 84 | 29 | 28 |
| Octal | 74 | 221 | 115 | 73 | 0 | 57 | 53 | 204 | 51 | 50 |
| Binary | 111100 | 10010001 | 1001101 | 111011 | 0 | 101111 | 101011 | 10000100 | 101001 | 101000 |
Color Harmonies of #3C914D
Complementary color
Monochromatic Colors of #3C914D
Black with #3C914D
Text Example
Text Example
White with #3C914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C914D; }
p { color: rgb(60,145,77); }
H1.HeaderClassName
{
color: #3C914D;
}
.AnyTagClassName
{
color: #3C914D;
}
</style>
background-color css
<style>
a { background-color: #3C914D; }
a { background-color: rgb(60,145,77); }
div.DivClassName
{
background-color: #3C914D;
}
.BgClassName
{
background-color: #3C914D;
}
</style>
border-color css
<style>
span { border-color: #3C914D; }
span { border-color: rgb(60,145,77); }
td.TdClassName
{
border-color: #3C914D;
}
.TagClassName
{
border-color: #3C914D;
}
</style>