Shades of Chateau Green #3C944A
Tints of Chateau Green #3C944A
RGB
CMYK
RGB Variations
Color information
#3C944A (or 0x3C944A) is known color: Chateau Green. HEX triplet: 3C, 94 and 4A. RGB value is (60,148,74). Sum of RGB (Red+Green+Blue) = 60+148+74=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #3C944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C944A is #C36BB5. Grayscale: #717171. Windows color (decimal): -12807094 or 4887612. OLE color: 4887612.
HSL color Cylindrical-coordinate representation of color #3C944A: hue angle of 129.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C944A is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 74 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.42 |
| HSL | 129.55º | 0.42% | 0.41% | - |
| HSV(B) | 129.55º | 0.59% | 0.58% | - |
| XYZ | 13.69 | 22.63 | 10.13 | - |
| YUV | 113.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 74 | 0.59 | 0 | 0.50 | 0.42 | 129.55 | 0.42 | 0.41 |
| Hex | 3C | 94 | 4A | 3B | 0 | 32 | 2A | 82 | 2A | 29 |
| Octal | 74 | 224 | 112 | 73 | 0 | 62 | 52 | 202 | 52 | 51 |
| Binary | 111100 | 10010100 | 1001010 | 111011 | 0 | 110010 | 101010 | 10000010 | 101010 | 101001 |
Color Harmonies of #3C944A
Complementary color
Monochromatic Colors of #3C944A
Black with #3C944A
Text Example
Text Example
White with #3C944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C944A; }
p { color: rgb(60,148,74); }
H1.HeaderClassName
{
color: #3C944A;
}
.AnyTagClassName
{
color: #3C944A;
}
</style>
background-color css
<style>
a { background-color: #3C944A; }
a { background-color: rgb(60,148,74); }
div.DivClassName
{
background-color: #3C944A;
}
.BgClassName
{
background-color: #3C944A;
}
</style>
border-color css
<style>
span { border-color: #3C944A; }
span { border-color: rgb(60,148,74); }
td.TdClassName
{
border-color: #3C944A;
}
.TagClassName
{
border-color: #3C944A;
}
</style>