Shades of Chateau Green #3CAC5D
Tints of Chateau Green #3CAC5D
RGB
CMYK
RGB Variations
Color information
#3CAC5D (or 0x3CAC5D) is known color: Chateau Green. HEX triplet: 3C, AC and 5D. RGB value is (60,172,93). Sum of RGB (Red+Green+Blue) = 60+172+93=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAC5D is #C353A2. Grayscale: #818181. Windows color (decimal): -12800931 or 6138940. OLE color: 6138940.
HSL color Cylindrical-coordinate representation of color #3CAC5D: hue angle of 137.68º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC5D is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 93 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.33 |
| HSL | 137.68º | 0.48% | 0.45% | - |
| HSV(B) | 137.68º | 0.65% | 0.67% | - |
| XYZ | 18.59 | 31.26 | 15.41 | - |
| YUV | 129.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 93 | 0.65 | 0 | 0.46 | 0.33 | 137.68 | 0.48 | 0.45 |
| Hex | 3C | AC | 5D | 41 | 0 | 2E | 21 | 8A | 30 | 2D |
| Octal | 74 | 254 | 135 | 101 | 0 | 56 | 41 | 212 | 60 | 55 |
| Binary | 111100 | 10101100 | 1011101 | 1000001 | 0 | 101110 | 100001 | 10001010 | 110000 | 101101 |
Color Harmonies of #3CAC5D
Complementary color
Monochromatic Colors of #3CAC5D
Black with #3CAC5D
Text Example
Text Example
White with #3CAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC5D; }
p { color: rgb(60,172,93); }
H1.HeaderClassName
{
color: #3CAC5D;
}
.AnyTagClassName
{
color: #3CAC5D;
}
</style>
background-color css
<style>
a { background-color: #3CAC5D; }
a { background-color: rgb(60,172,93); }
div.DivClassName
{
background-color: #3CAC5D;
}
.BgClassName
{
background-color: #3CAC5D;
}
</style>
border-color css
<style>
span { border-color: #3CAC5D; }
span { border-color: rgb(60,172,93); }
td.TdClassName
{
border-color: #3CAC5D;
}
.TagClassName
{
border-color: #3CAC5D;
}
</style>