Shades of Chateau Green #3CAE5E
Tints of Chateau Green #3CAE5E
RGB
CMYK
RGB Variations
Color information
#3CAE5E (or 0x3CAE5E) is known color: Chateau Green. HEX triplet: 3C, AE and 5E. RGB value is (60,174,94). Sum of RGB (Red+Green+Blue) = 60+174+94=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAE5E is #C351A1. Grayscale: #838383. Windows color (decimal): -12800418 or 6204988. OLE color: 6204988.
HSL color Cylindrical-coordinate representation of color #3CAE5E: hue angle of 137.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAE5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 174 | 94 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.32 |
| HSL | 137.89º | 0.49% | 0.46% | - |
| HSV(B) | 137.89º | 0.66% | 0.68% | - |
| XYZ | 19.02 | 32.04 | 15.77 | - |
| YUV | 130.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 94 | 0.66 | 0 | 0.46 | 0.32 | 137.89 | 0.49 | 0.46 |
| Hex | 3C | AE | 5E | 42 | 0 | 2E | 20 | 8A | 31 | 2E |
| Octal | 74 | 256 | 136 | 102 | 0 | 56 | 40 | 212 | 61 | 56 |
| Binary | 111100 | 10101110 | 1011110 | 1000010 | 0 | 101110 | 100000 | 10001010 | 110001 | 101110 |
Color Harmonies of #3CAE5E
Complementary color
Monochromatic Colors of #3CAE5E
Black with #3CAE5E
Text Example
Text Example
White with #3CAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAE5E; }
p { color: rgb(60,174,94); }
H1.HeaderClassName
{
color: #3CAE5E;
}
.AnyTagClassName
{
color: #3CAE5E;
}
</style>
background-color css
<style>
a { background-color: #3CAE5E; }
a { background-color: rgb(60,174,94); }
div.DivClassName
{
background-color: #3CAE5E;
}
.BgClassName
{
background-color: #3CAE5E;
}
</style>
border-color css
<style>
span { border-color: #3CAE5E; }
span { border-color: rgb(60,174,94); }
td.TdClassName
{
border-color: #3CAE5E;
}
.TagClassName
{
border-color: #3CAE5E;
}
</style>