Shades of Chateau Green #3CAA51
Tints of Chateau Green #3CAA51
RGB
CMYK
RGB Variations
Color information
#3CAA51 (or 0x3CAA51) is known color: Chateau Green. HEX triplet: 3C, AA and 51. RGB value is (60,170,81). Sum of RGB (Red+Green+Blue) = 60+170+81=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA51 is #C355AE. Grayscale: #7F7F7F. Windows color (decimal): -12801455 or 5351996. OLE color: 5351996.
HSL color Cylindrical-coordinate representation of color #3CAA51: hue angle of 131.45º 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 #3CAA51 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 81 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.33 |
| HSL | 131.45º | 0.48% | 0.45% | - |
| HSV(B) | 131.45º | 0.65% | 0.67% | - |
| XYZ | 17.72 | 30.3 | 12.7 | - |
| YUV | 126.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 81 | 0.65 | 0 | 0.52 | 0.33 | 131.45 | 0.48 | 0.45 |
| Hex | 3C | AA | 51 | 41 | 0 | 34 | 21 | 83 | 30 | 2D |
| Octal | 74 | 252 | 121 | 101 | 0 | 64 | 41 | 203 | 60 | 55 |
| Binary | 111100 | 10101010 | 1010001 | 1000001 | 0 | 110100 | 100001 | 10000011 | 110000 | 101101 |
Color Harmonies of #3CAA51
Complementary color
Monochromatic Colors of #3CAA51
Black with #3CAA51
Text Example
Text Example
White with #3CAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA51; }
p { color: rgb(60,170,81); }
H1.HeaderClassName
{
color: #3CAA51;
}
.AnyTagClassName
{
color: #3CAA51;
}
</style>
background-color css
<style>
a { background-color: #3CAA51; }
a { background-color: rgb(60,170,81); }
div.DivClassName
{
background-color: #3CAA51;
}
.BgClassName
{
background-color: #3CAA51;
}
</style>
border-color css
<style>
span { border-color: #3CAA51; }
span { border-color: rgb(60,170,81); }
td.TdClassName
{
border-color: #3CAA51;
}
.TagClassName
{
border-color: #3CAA51;
}
</style>