Shades of Chateau Green #3CA25D
Tints of Chateau Green #3CA25D
RGB
CMYK
RGB Variations
Color information
#3CA25D (or 0x3CA25D) is known color: Chateau Green. HEX triplet: 3C, A2 and 5D. RGB value is (60,162,93). Sum of RGB (Red+Green+Blue) = 60+162+93=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA25D is #C35DA2. Grayscale: #7B7B7B. Windows color (decimal): -12803491 or 6136380. OLE color: 6136380.
HSL color Cylindrical-coordinate representation of color #3CA25D: hue angle of 139.41º 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 #3CA25D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 93 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.36 |
| HSL | 139.41º | 0.46% | 0.44% | - |
| HSV(B) | 139.41º | 0.63% | 0.64% | - |
| XYZ | 16.76 | 27.59 | 14.8 | - |
| YUV | 123.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 93 | 0.63 | 0 | 0.43 | 0.36 | 139.41 | 0.46 | 0.44 |
| Hex | 3C | A2 | 5D | 3F | 0 | 2B | 24 | 8B | 2E | 2C |
| Octal | 74 | 242 | 135 | 77 | 0 | 53 | 44 | 213 | 56 | 54 |
| Binary | 111100 | 10100010 | 1011101 | 111111 | 0 | 101011 | 100100 | 10001011 | 101110 | 101100 |
Color Harmonies of #3CA25D
Complementary color
Monochromatic Colors of #3CA25D
Black with #3CA25D
Text Example
Text Example
White with #3CA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA25D; }
p { color: rgb(60,162,93); }
H1.HeaderClassName
{
color: #3CA25D;
}
.AnyTagClassName
{
color: #3CA25D;
}
</style>
background-color css
<style>
a { background-color: #3CA25D; }
a { background-color: rgb(60,162,93); }
div.DivClassName
{
background-color: #3CA25D;
}
.BgClassName
{
background-color: #3CA25D;
}
</style>
border-color css
<style>
span { border-color: #3CA25D; }
span { border-color: rgb(60,162,93); }
td.TdClassName
{
border-color: #3CA25D;
}
.TagClassName
{
border-color: #3CA25D;
}
</style>