Shades of Chateau Green #3C954A
Tints of Chateau Green #3C954A
RGB
CMYK
RGB Variations
Color information
#3C954A (or 0x3C954A) is known color: Chateau Green. HEX triplet: 3C, 95 and 4A. RGB value is (60,149,74). Sum of RGB (Red+Green+Blue) = 60+149+74=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #3C954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C954A is #C36AB5. Grayscale: #727272. Windows color (decimal): -12806838 or 4887868. OLE color: 4887868.
HSL color Cylindrical-coordinate representation of color #3C954A: hue angle of 129.44º 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 #3C954A is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 74 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.42 |
| HSL | 129.44º | 0.43% | 0.41% | - |
| HSV(B) | 129.44º | 0.6% | 0.58% | - |
| XYZ | 13.85 | 22.95 | 10.18 | - |
| YUV | 113.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 74 | 0.60 | 0 | 0.50 | 0.42 | 129.44 | 0.43 | 0.41 |
| Hex | 3C | 95 | 4A | 3C | 0 | 32 | 2A | 81 | 2B | 29 |
| Octal | 74 | 225 | 112 | 74 | 0 | 62 | 52 | 201 | 53 | 51 |
| Binary | 111100 | 10010101 | 1001010 | 111100 | 0 | 110010 | 101010 | 10000001 | 101011 | 101001 |
Color Harmonies of #3C954A
Complementary color
Monochromatic Colors of #3C954A
Black with #3C954A
Text Example
Text Example
White with #3C954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C954A; }
p { color: rgb(60,149,74); }
H1.HeaderClassName
{
color: #3C954A;
}
.AnyTagClassName
{
color: #3C954A;
}
</style>
background-color css
<style>
a { background-color: #3C954A; }
a { background-color: rgb(60,149,74); }
div.DivClassName
{
background-color: #3C954A;
}
.BgClassName
{
background-color: #3C954A;
}
</style>
border-color css
<style>
span { border-color: #3C954A; }
span { border-color: rgb(60,149,74); }
td.TdClassName
{
border-color: #3C954A;
}
.TagClassName
{
border-color: #3C954A;
}
</style>