Shades of Chateau Green #3C9D52
Tints of Chateau Green #3C9D52
RGB
CMYK
RGB Variations
Color information
#3C9D52 (or 0x3C9D52) is known color: Chateau Green. HEX triplet: 3C, 9D and 52. RGB value is (60,157,82). Sum of RGB (Red+Green+Blue) = 60+157+82=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #3C9D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9D52 is #C362AD. Grayscale: #777777. Windows color (decimal): -12804782 or 5414204. OLE color: 5414204.
HSL color Cylindrical-coordinate representation of color #3C9D52: hue angle of 133.61º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9D52 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 157 | 82 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.38 |
| HSL | 133.61º | 0.45% | 0.43% | - |
| HSV(B) | 133.61º | 0.62% | 0.62% | - |
| XYZ | 15.44 | 25.68 | 12.13 | - |
| YUV | 119.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 157 | 82 | 0.62 | 0 | 0.48 | 0.38 | 133.61 | 0.45 | 0.43 |
| Hex | 3C | 9D | 52 | 3E | 0 | 30 | 26 | 86 | 2D | 2B |
| Octal | 74 | 235 | 122 | 76 | 0 | 60 | 46 | 206 | 55 | 53 |
| Binary | 111100 | 10011101 | 1010010 | 111110 | 0 | 110000 | 100110 | 10000110 | 101101 | 101011 |
Color Harmonies of #3C9D52
Complementary color
Monochromatic Colors of #3C9D52
Black with #3C9D52
Text Example
Text Example
White with #3C9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9D52; }
p { color: rgb(60,157,82); }
H1.HeaderClassName
{
color: #3C9D52;
}
.AnyTagClassName
{
color: #3C9D52;
}
</style>
background-color css
<style>
a { background-color: #3C9D52; }
a { background-color: rgb(60,157,82); }
div.DivClassName
{
background-color: #3C9D52;
}
.BgClassName
{
background-color: #3C9D52;
}
</style>
border-color css
<style>
span { border-color: #3C9D52; }
span { border-color: rgb(60,157,82); }
td.TdClassName
{
border-color: #3C9D52;
}
.TagClassName
{
border-color: #3C9D52;
}
</style>