Shades of Chateau Green #3EA060
Tints of Chateau Green #3EA060
RGB
CMYK
RGB Variations
Color information
#3EA060 (or 0x3EA060) is known color: Chateau Green. HEX triplet: 3E, A0 and 60. RGB value is (62,160,96). Sum of RGB (Red+Green+Blue) = 62+160+96=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA060 is #C15F9F. Grayscale: #7B7B7B. Windows color (decimal): -12672928 or 6332478. OLE color: 6332478.
HSL color Cylindrical-coordinate representation of color #3EA060: hue angle of 140.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA060 is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 96 | - |
| CMYK | 0.61 | 0 | 0.4 | 0.37 |
| HSL | 140.82º | 0.44% | 0.44% | - |
| HSV(B) | 140.82º | 0.61% | 0.63% | - |
| XYZ | 16.67 | 27.01 | 15.4 | - |
| YUV | 123.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 96 | 0.61 | 0 | 0.4 | 0.37 | 140.82 | 0.44 | 0.44 |
| Hex | 3E | A0 | 60 | 3D | 0 | 28 | 25 | 8D | 2C | 2C |
| Octal | 76 | 240 | 140 | 75 | 0 | 50 | 45 | 215 | 54 | 54 |
| Binary | 111110 | 10100000 | 1100000 | 111101 | 0 | 101000 | 100101 | 10001101 | 101100 | 101100 |
Color Harmonies of #3EA060
Complementary color
Monochromatic Colors of #3EA060
Black with #3EA060
Text Example
Text Example
White with #3EA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA060; }
p { color: rgb(62,160,96); }
H1.HeaderClassName
{
color: #3EA060;
}
.AnyTagClassName
{
color: #3EA060;
}
</style>
background-color css
<style>
a { background-color: #3EA060; }
a { background-color: rgb(62,160,96); }
div.DivClassName
{
background-color: #3EA060;
}
.BgClassName
{
background-color: #3EA060;
}
</style>
border-color css
<style>
span { border-color: #3EA060; }
span { border-color: rgb(62,160,96); }
td.TdClassName
{
border-color: #3EA060;
}
.TagClassName
{
border-color: #3EA060;
}
</style>