Shades of Chateau Green #3CAA4F
Tints of Chateau Green #3CAA4F
RGB
CMYK
RGB Variations
Color information
#3CAA4F (or 0x3CAA4F) is known color: Chateau Green. HEX triplet: 3C, AA and 4F. RGB value is (60,170,79). Sum of RGB (Red+Green+Blue) = 60+170+79=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA4F is #C355B0. Grayscale: #7E7E7E. Windows color (decimal): -12801457 or 5220924. OLE color: 5220924.
HSL color Cylindrical-coordinate representation of color #3CAA4F: hue angle of 130.36º 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 #3CAA4F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 79 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.33 |
| HSL | 130.36º | 0.48% | 0.45% | - |
| HSV(B) | 130.36º | 0.65% | 0.67% | - |
| XYZ | 17.65 | 30.27 | 12.31 | - |
| YUV | 126.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 79 | 0.65 | 0 | 0.54 | 0.33 | 130.36 | 0.48 | 0.45 |
| Hex | 3C | AA | 4F | 41 | 0 | 36 | 21 | 82 | 30 | 2D |
| Octal | 74 | 252 | 117 | 101 | 0 | 66 | 41 | 202 | 60 | 55 |
| Binary | 111100 | 10101010 | 1001111 | 1000001 | 0 | 110110 | 100001 | 10000010 | 110000 | 101101 |
Color Harmonies of #3CAA4F
Complementary color
Monochromatic Colors of #3CAA4F
Black with #3CAA4F
Text Example
Text Example
White with #3CAA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA4F; }
p { color: rgb(60,170,79); }
H1.HeaderClassName
{
color: #3CAA4F;
}
.AnyTagClassName
{
color: #3CAA4F;
}
</style>
background-color css
<style>
a { background-color: #3CAA4F; }
a { background-color: rgb(60,170,79); }
div.DivClassName
{
background-color: #3CAA4F;
}
.BgClassName
{
background-color: #3CAA4F;
}
</style>
border-color css
<style>
span { border-color: #3CAA4F; }
span { border-color: rgb(60,170,79); }
td.TdClassName
{
border-color: #3CAA4F;
}
.TagClassName
{
border-color: #3CAA4F;
}
</style>