Shades of Chateau Green #3CAD5C
Tints of Chateau Green #3CAD5C
RGB
CMYK
RGB Variations
Color information
#3CAD5C (or 0x3CAD5C) is known color: Chateau Green. HEX triplet: 3C, AD and 5C. RGB value is (60,173,92). Sum of RGB (Red+Green+Blue) = 60+173+92=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD5C is #C352A3. Grayscale: #828282. Windows color (decimal): -12800676 or 6073660. OLE color: 6073660.
HSL color Cylindrical-coordinate representation of color #3CAD5C: hue angle of 136.99º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD5C is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 92 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.32 |
| HSL | 136.99º | 0.48% | 0.46% | - |
| HSV(B) | 136.99º | 0.65% | 0.68% | - |
| XYZ | 18.74 | 31.62 | 15.24 | - |
| YUV | 129.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 92 | 0.65 | 0 | 0.47 | 0.32 | 136.99 | 0.48 | 0.46 |
| Hex | 3C | AD | 5C | 41 | 0 | 2F | 20 | 89 | 30 | 2E |
| Octal | 74 | 255 | 134 | 101 | 0 | 57 | 40 | 211 | 60 | 56 |
| Binary | 111100 | 10101101 | 1011100 | 1000001 | 0 | 101111 | 100000 | 10001001 | 110000 | 101110 |
Color Harmonies of #3CAD5C
Complementary color
Monochromatic Colors of #3CAD5C
Black with #3CAD5C
Text Example
Text Example
White with #3CAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD5C; }
p { color: rgb(60,173,92); }
H1.HeaderClassName
{
color: #3CAD5C;
}
.AnyTagClassName
{
color: #3CAD5C;
}
</style>
background-color css
<style>
a { background-color: #3CAD5C; }
a { background-color: rgb(60,173,92); }
div.DivClassName
{
background-color: #3CAD5C;
}
.BgClassName
{
background-color: #3CAD5C;
}
</style>
border-color css
<style>
span { border-color: #3CAD5C; }
span { border-color: rgb(60,173,92); }
td.TdClassName
{
border-color: #3CAD5C;
}
.TagClassName
{
border-color: #3CAD5C;
}
</style>