Shades of Chateau Green #3CAA4E
Tints of Chateau Green #3CAA4E
RGB
CMYK
RGB Variations
Color information
#3CAA4E (or 0x3CAA4E) is known color: Chateau Green. HEX triplet: 3C, AA and 4E. RGB value is (60,170,78). Sum of RGB (Red+Green+Blue) = 60+170+78=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA4E is #C355B1. Grayscale: #7E7E7E. Windows color (decimal): -12801458 or 5155388. OLE color: 5155388.
HSL color Cylindrical-coordinate representation of color #3CAA4E: hue angle of 129.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA4E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 78 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.33 |
| HSL | 129.82º | 0.48% | 0.45% | - |
| HSV(B) | 129.82º | 0.65% | 0.67% | - |
| XYZ | 17.61 | 30.26 | 12.12 | - |
| YUV | 126.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 78 | 0.65 | 0 | 0.54 | 0.33 | 129.82 | 0.48 | 0.45 |
| Hex | 3C | AA | 4E | 41 | 0 | 36 | 21 | 82 | 30 | 2D |
| Octal | 74 | 252 | 116 | 101 | 0 | 66 | 41 | 202 | 60 | 55 |
| Binary | 111100 | 10101010 | 1001110 | 1000001 | 0 | 110110 | 100001 | 10000010 | 110000 | 101101 |
Color Harmonies of #3CAA4E
Complementary color
Monochromatic Colors of #3CAA4E
Black with #3CAA4E
Text Example
Text Example
White with #3CAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA4E; }
p { color: rgb(60,170,78); }
H1.HeaderClassName
{
color: #3CAA4E;
}
.AnyTagClassName
{
color: #3CAA4E;
}
</style>
background-color css
<style>
a { background-color: #3CAA4E; }
a { background-color: rgb(60,170,78); }
div.DivClassName
{
background-color: #3CAA4E;
}
.BgClassName
{
background-color: #3CAA4E;
}
</style>
border-color css
<style>
span { border-color: #3CAA4E; }
span { border-color: rgb(60,170,78); }
td.TdClassName
{
border-color: #3CAA4E;
}
.TagClassName
{
border-color: #3CAA4E;
}
</style>