Shades of Chateau Green #3CA34E
Tints of Chateau Green #3CA34E
RGB
CMYK
RGB Variations
Color information
#3CA34E (or 0x3CA34E) is known color: Chateau Green. HEX triplet: 3C, A3 and 4E. RGB value is (60,163,78). Sum of RGB (Red+Green+Blue) = 60+163+78=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA34E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA34E is #C35CB1. Grayscale: #7A7A7A. Windows color (decimal): -12803250 or 5153596. OLE color: 5153596.
HSL color Cylindrical-coordinate representation of color #3CA34E: hue angle of 130.49º 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 #3CA34E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 78 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.36 |
| HSL | 130.49º | 0.46% | 0.44% | - |
| HSV(B) | 130.49º | 0.63% | 0.64% | - |
| XYZ | 16.34 | 27.71 | 11.69 | - |
| YUV | 122.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 78 | 0.63 | 0 | 0.52 | 0.36 | 130.49 | 0.46 | 0.44 |
| Hex | 3C | A3 | 4E | 3F | 0 | 34 | 24 | 82 | 2E | 2C |
| Octal | 74 | 243 | 116 | 77 | 0 | 64 | 44 | 202 | 56 | 54 |
| Binary | 111100 | 10100011 | 1001110 | 111111 | 0 | 110100 | 100100 | 10000010 | 101110 | 101100 |
Color Harmonies of #3CA34E
Complementary color
Monochromatic Colors of #3CA34E
Black with #3CA34E
Text Example
Text Example
White with #3CA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA34E; }
p { color: rgb(60,163,78); }
H1.HeaderClassName
{
color: #3CA34E;
}
.AnyTagClassName
{
color: #3CA34E;
}
</style>
background-color css
<style>
a { background-color: #3CA34E; }
a { background-color: rgb(60,163,78); }
div.DivClassName
{
background-color: #3CA34E;
}
.BgClassName
{
background-color: #3CA34E;
}
</style>
border-color css
<style>
span { border-color: #3CA34E; }
span { border-color: rgb(60,163,78); }
td.TdClassName
{
border-color: #3CA34E;
}
.TagClassName
{
border-color: #3CA34E;
}
</style>