Shades of Chateau Green #3CAA5A
Tints of Chateau Green #3CAA5A
RGB
CMYK
RGB Variations
Color information
#3CAA5A (or 0x3CAA5A) is known color: Chateau Green. HEX triplet: 3C, AA and 5A. RGB value is (60,170,90). Sum of RGB (Red+Green+Blue) = 60+170+90=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA5A is #C355A5. Grayscale: #808080. Windows color (decimal): -12801446 or 5941820. OLE color: 5941820.
HSL color Cylindrical-coordinate representation of color #3CAA5A: hue angle of 136.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 #3CAA5A is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 90 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.33 |
| HSL | 136.36º | 0.48% | 0.45% | - |
| HSV(B) | 136.36º | 0.65% | 0.67% | - |
| XYZ | 18.08 | 30.45 | 14.6 | - |
| YUV | 127.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 90 | 0.65 | 0 | 0.47 | 0.33 | 136.36 | 0.48 | 0.45 |
| Hex | 3C | AA | 5A | 41 | 0 | 2F | 21 | 88 | 30 | 2D |
| Octal | 74 | 252 | 132 | 101 | 0 | 57 | 41 | 210 | 60 | 55 |
| Binary | 111100 | 10101010 | 1011010 | 1000001 | 0 | 101111 | 100001 | 10001000 | 110000 | 101101 |
Color Harmonies of #3CAA5A
Complementary color
Monochromatic Colors of #3CAA5A
Black with #3CAA5A
Text Example
Text Example
White with #3CAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA5A; }
p { color: rgb(60,170,90); }
H1.HeaderClassName
{
color: #3CAA5A;
}
.AnyTagClassName
{
color: #3CAA5A;
}
</style>
background-color css
<style>
a { background-color: #3CAA5A; }
a { background-color: rgb(60,170,90); }
div.DivClassName
{
background-color: #3CAA5A;
}
.BgClassName
{
background-color: #3CAA5A;
}
</style>
border-color css
<style>
span { border-color: #3CAA5A; }
span { border-color: rgb(60,170,90); }
td.TdClassName
{
border-color: #3CAA5A;
}
.TagClassName
{
border-color: #3CAA5A;
}
</style>