Shades of Chateau Green #3C954E
Tints of Chateau Green #3C954E
RGB
CMYK
RGB Variations
Color information
#3C954E (or 0x3C954E) is known color: Chateau Green. HEX triplet: 3C, 95 and 4E. RGB value is (60,149,78). Sum of RGB (Red+Green+Blue) = 60+149+78=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #3C954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C954E is #C36AB1. Grayscale: #727272. Windows color (decimal): -12806834 or 5150012. OLE color: 5150012.
HSL color Cylindrical-coordinate representation of color #3C954E: hue angle of 132.13º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C954E is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 78 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.42 |
| HSL | 132.13º | 0.43% | 0.41% | - |
| HSV(B) | 132.13º | 0.6% | 0.58% | - |
| XYZ | 13.99 | 23.01 | 10.91 | - |
| YUV | 114.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 78 | 0.60 | 0 | 0.48 | 0.42 | 132.13 | 0.43 | 0.41 |
| Hex | 3C | 95 | 4E | 3C | 0 | 30 | 2A | 84 | 2B | 29 |
| Octal | 74 | 225 | 116 | 74 | 0 | 60 | 52 | 204 | 53 | 51 |
| Binary | 111100 | 10010101 | 1001110 | 111100 | 0 | 110000 | 101010 | 10000100 | 101011 | 101001 |
Color Harmonies of #3C954E
Complementary color
Monochromatic Colors of #3C954E
Black with #3C954E
Text Example
Text Example
White with #3C954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C954E; }
p { color: rgb(60,149,78); }
H1.HeaderClassName
{
color: #3C954E;
}
.AnyTagClassName
{
color: #3C954E;
}
</style>
background-color css
<style>
a { background-color: #3C954E; }
a { background-color: rgb(60,149,78); }
div.DivClassName
{
background-color: #3C954E;
}
.BgClassName
{
background-color: #3C954E;
}
</style>
border-color css
<style>
span { border-color: #3C954E; }
span { border-color: rgb(60,149,78); }
td.TdClassName
{
border-color: #3C954E;
}
.TagClassName
{
border-color: #3C954E;
}
</style>