Shades of Chateau Green #3CA25A
Tints of Chateau Green #3CA25A
RGB
CMYK
RGB Variations
Color information
#3CA25A (or 0x3CA25A) is known color: Chateau Green. HEX triplet: 3C, A2 and 5A. RGB value is (60,162,90). Sum of RGB (Red+Green+Blue) = 60+162+90=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA25A is #C35DA5. Grayscale: #7B7B7B. Windows color (decimal): -12803494 or 5939772. OLE color: 5939772.
HSL color Cylindrical-coordinate representation of color #3CA25A: hue angle of 137.65º 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 #3CA25A is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 90 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.36 |
| HSL | 137.65º | 0.46% | 0.44% | - |
| HSV(B) | 137.65º | 0.63% | 0.64% | - |
| XYZ | 16.63 | 27.54 | 14.11 | - |
| YUV | 123.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 90 | 0.63 | 0 | 0.44 | 0.36 | 137.65 | 0.46 | 0.44 |
| Hex | 3C | A2 | 5A | 3F | 0 | 2C | 24 | 8A | 2E | 2C |
| Octal | 74 | 242 | 132 | 77 | 0 | 54 | 44 | 212 | 56 | 54 |
| Binary | 111100 | 10100010 | 1011010 | 111111 | 0 | 101100 | 100100 | 10001010 | 101110 | 101100 |
Color Harmonies of #3CA25A
Complementary color
Monochromatic Colors of #3CA25A
Black with #3CA25A
Text Example
Text Example
White with #3CA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA25A; }
p { color: rgb(60,162,90); }
H1.HeaderClassName
{
color: #3CA25A;
}
.AnyTagClassName
{
color: #3CA25A;
}
</style>
background-color css
<style>
a { background-color: #3CA25A; }
a { background-color: rgb(60,162,90); }
div.DivClassName
{
background-color: #3CA25A;
}
.BgClassName
{
background-color: #3CA25A;
}
</style>
border-color css
<style>
span { border-color: #3CA25A; }
span { border-color: rgb(60,162,90); }
td.TdClassName
{
border-color: #3CA25A;
}
.TagClassName
{
border-color: #3CA25A;
}
</style>