Shades of Chateau Green #3CA352
Tints of Chateau Green #3CA352
RGB
CMYK
RGB Variations
Color information
#3CA352 (or 0x3CA352) is known color: Chateau Green. HEX triplet: 3C, A3 and 52. RGB value is (60,163,82). Sum of RGB (Red+Green+Blue) = 60+163+82=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA352 is #C35CAD. Grayscale: #7B7B7B. Windows color (decimal): -12803246 or 5415740. OLE color: 5415740.
HSL color Cylindrical-coordinate representation of color #3CA352: hue angle of 132.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA352 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 82 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.36 |
| HSL | 132.82º | 0.46% | 0.44% | - |
| HSV(B) | 132.82º | 0.63% | 0.64% | - |
| XYZ | 16.48 | 27.76 | 12.47 | - |
| YUV | 122.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 82 | 0.63 | 0 | 0.50 | 0.36 | 132.82 | 0.46 | 0.44 |
| Hex | 3C | A3 | 52 | 3F | 0 | 32 | 24 | 85 | 2E | 2C |
| Octal | 74 | 243 | 122 | 77 | 0 | 62 | 44 | 205 | 56 | 54 |
| Binary | 111100 | 10100011 | 1010010 | 111111 | 0 | 110010 | 100100 | 10000101 | 101110 | 101100 |
Color Harmonies of #3CA352
Complementary color
Monochromatic Colors of #3CA352
Black with #3CA352
Text Example
Text Example
White with #3CA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA352; }
p { color: rgb(60,163,82); }
H1.HeaderClassName
{
color: #3CA352;
}
.AnyTagClassName
{
color: #3CA352;
}
</style>
background-color css
<style>
a { background-color: #3CA352; }
a { background-color: rgb(60,163,82); }
div.DivClassName
{
background-color: #3CA352;
}
.BgClassName
{
background-color: #3CA352;
}
</style>
border-color css
<style>
span { border-color: #3CA352; }
span { border-color: rgb(60,163,82); }
td.TdClassName
{
border-color: #3CA352;
}
.TagClassName
{
border-color: #3CA352;
}
</style>