Shades of Chateau Green #3C954F
Tints of Chateau Green #3C954F
RGB
CMYK
RGB Variations
Color information
#3C954F (or 0x3C954F) is known color: Chateau Green. HEX triplet: 3C, 95 and 4F. RGB value is (60,149,79). Sum of RGB (Red+Green+Blue) = 60+149+79=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #3C954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C954F is #C36AB0. Grayscale: #727272. Windows color (decimal): -12806833 or 5215548. OLE color: 5215548.
HSL color Cylindrical-coordinate representation of color #3C954F: hue angle of 132.81º 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 #3C954F is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 79 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.42 |
| HSL | 132.81º | 0.43% | 0.41% | - |
| HSV(B) | 132.81º | 0.6% | 0.58% | - |
| XYZ | 14.02 | 23.02 | 11.1 | - |
| YUV | 114.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 79 | 0.60 | 0 | 0.47 | 0.42 | 132.81 | 0.43 | 0.41 |
| Hex | 3C | 95 | 4F | 3C | 0 | 2F | 2A | 85 | 2B | 29 |
| Octal | 74 | 225 | 117 | 74 | 0 | 57 | 52 | 205 | 53 | 51 |
| Binary | 111100 | 10010101 | 1001111 | 111100 | 0 | 101111 | 101010 | 10000101 | 101011 | 101001 |
Color Harmonies of #3C954F
Complementary color
Monochromatic Colors of #3C954F
Black with #3C954F
Text Example
Text Example
White with #3C954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C954F; }
p { color: rgb(60,149,79); }
H1.HeaderClassName
{
color: #3C954F;
}
.AnyTagClassName
{
color: #3C954F;
}
</style>
background-color css
<style>
a { background-color: #3C954F; }
a { background-color: rgb(60,149,79); }
div.DivClassName
{
background-color: #3C954F;
}
.BgClassName
{
background-color: #3C954F;
}
</style>
border-color css
<style>
span { border-color: #3C954F; }
span { border-color: rgb(60,149,79); }
td.TdClassName
{
border-color: #3C954F;
}
.TagClassName
{
border-color: #3C954F;
}
</style>