Shades of Chateau Green #3C924C
Tints of Chateau Green #3C924C
RGB
CMYK
RGB Variations
Color information
#3C924C (or 0x3C924C) is known color: Chateau Green. HEX triplet: 3C, 92 and 4C. RGB value is (60,146,76). Sum of RGB (Red+Green+Blue) = 60+146+76=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #3C924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C924C is #C36DB3. Grayscale: #707070. Windows color (decimal): -12807604 or 5018172. OLE color: 5018172.
HSL color Cylindrical-coordinate representation of color #3C924C: hue angle of 131.16º degrees, saturation: 0.42, 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 #3C924C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 76 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.43 |
| HSL | 131.16º | 0.42% | 0.4% | - |
| HSV(B) | 131.16º | 0.59% | 0.57% | - |
| XYZ | 13.45 | 22.04 | 10.38 | - |
| YUV | 112.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 76 | 0.59 | 0 | 0.48 | 0.43 | 131.16 | 0.42 | 0.4 |
| Hex | 3C | 92 | 4C | 3B | 0 | 30 | 2B | 83 | 2A | 28 |
| Octal | 74 | 222 | 114 | 73 | 0 | 60 | 53 | 203 | 52 | 50 |
| Binary | 111100 | 10010010 | 1001100 | 111011 | 0 | 110000 | 101011 | 10000011 | 101010 | 101000 |
Color Harmonies of #3C924C
Complementary color
Monochromatic Colors of #3C924C
Black with #3C924C
Text Example
Text Example
White with #3C924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C924C; }
p { color: rgb(60,146,76); }
H1.HeaderClassName
{
color: #3C924C;
}
.AnyTagClassName
{
color: #3C924C;
}
</style>
background-color css
<style>
a { background-color: #3C924C; }
a { background-color: rgb(60,146,76); }
div.DivClassName
{
background-color: #3C924C;
}
.BgClassName
{
background-color: #3C924C;
}
</style>
border-color css
<style>
span { border-color: #3C924C; }
span { border-color: rgb(60,146,76); }
td.TdClassName
{
border-color: #3C924C;
}
.TagClassName
{
border-color: #3C924C;
}
</style>