Shades of Chateau Green #3CA85D
Tints of Chateau Green #3CA85D
RGB
CMYK
RGB Variations
Color information
#3CA85D (or 0x3CA85D) is known color: Chateau Green. HEX triplet: 3C, A8 and 5D. RGB value is (60,168,93). Sum of RGB (Red+Green+Blue) = 60+168+93=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA85D is #C357A2. Grayscale: #7F7F7F. Windows color (decimal): -12801955 or 6137916. OLE color: 6137916.
HSL color Cylindrical-coordinate representation of color #3CA85D: hue angle of 138.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA85D is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 93 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.34 |
| HSL | 138.33º | 0.47% | 0.45% | - |
| HSV(B) | 138.33º | 0.64% | 0.66% | - |
| XYZ | 17.84 | 29.76 | 15.16 | - |
| YUV | 127.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 93 | 0.64 | 0 | 0.45 | 0.34 | 138.33 | 0.47 | 0.45 |
| Hex | 3C | A8 | 5D | 40 | 0 | 2D | 22 | 8A | 2F | 2D |
| Octal | 74 | 250 | 135 | 100 | 0 | 55 | 42 | 212 | 57 | 55 |
| Binary | 111100 | 10101000 | 1011101 | 1000000 | 0 | 101101 | 100010 | 10001010 | 101111 | 101101 |
Color Harmonies of #3CA85D
Complementary color
Monochromatic Colors of #3CA85D
Black with #3CA85D
Text Example
Text Example
White with #3CA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA85D; }
p { color: rgb(60,168,93); }
H1.HeaderClassName
{
color: #3CA85D;
}
.AnyTagClassName
{
color: #3CA85D;
}
</style>
background-color css
<style>
a { background-color: #3CA85D; }
a { background-color: rgb(60,168,93); }
div.DivClassName
{
background-color: #3CA85D;
}
.BgClassName
{
background-color: #3CA85D;
}
</style>
border-color css
<style>
span { border-color: #3CA85D; }
span { border-color: rgb(60,168,93); }
td.TdClassName
{
border-color: #3CA85D;
}
.TagClassName
{
border-color: #3CA85D;
}
</style>