Shades of Chateau Green #3C9152
Tints of Chateau Green #3C9152
RGB
CMYK
RGB Variations
Color information
#3C9152 (or 0x3C9152) is known color: Chateau Green. HEX triplet: 3C, 91 and 52. RGB value is (60,145,82). Sum of RGB (Red+Green+Blue) = 60+145+82=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9152 is #C36EAD. Grayscale: #707070. Windows color (decimal): -12807854 or 5411132. OLE color: 5411132.
HSL color Cylindrical-coordinate representation of color #3C9152: hue angle of 135.53º degrees, saturation: 0.41, 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 #3C9152 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 82 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.43 |
| HSL | 135.53º | 0.41% | 0.4% | - |
| HSV(B) | 135.53º | 0.59% | 0.57% | - |
| XYZ | 13.51 | 21.82 | 11.48 | - |
| YUV | 112.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 82 | 0.59 | 0 | 0.43 | 0.43 | 135.53 | 0.41 | 0.4 |
| Hex | 3C | 91 | 52 | 3B | 0 | 2B | 2B | 88 | 29 | 28 |
| Octal | 74 | 221 | 122 | 73 | 0 | 53 | 53 | 210 | 51 | 50 |
| Binary | 111100 | 10010001 | 1010010 | 111011 | 0 | 101011 | 101011 | 10001000 | 101001 | 101000 |
Color Harmonies of #3C9152
Complementary color
Monochromatic Colors of #3C9152
Black with #3C9152
Text Example
Text Example
White with #3C9152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9152; }
p { color: rgb(60,145,82); }
H1.HeaderClassName
{
color: #3C9152;
}
.AnyTagClassName
{
color: #3C9152;
}
</style>
background-color css
<style>
a { background-color: #3C9152; }
a { background-color: rgb(60,145,82); }
div.DivClassName
{
background-color: #3C9152;
}
.BgClassName
{
background-color: #3C9152;
}
</style>
border-color css
<style>
span { border-color: #3C9152; }
span { border-color: rgb(60,145,82); }
td.TdClassName
{
border-color: #3C9152;
}
.TagClassName
{
border-color: #3C9152;
}
</style>