Shades of Chateau Green #3CAD50
Tints of Chateau Green #3CAD50
RGB
CMYK
RGB Variations
Color information
#3CAD50 (or 0x3CAD50) is known color: Chateau Green. HEX triplet: 3C, AD and 50. RGB value is (60,173,80). Sum of RGB (Red+Green+Blue) = 60+173+80=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD50 is #C352AF. Grayscale: #808080. Windows color (decimal): -12800688 or 5287228. OLE color: 5287228.
HSL color Cylindrical-coordinate representation of color #3CAD50: hue angle of 130.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD50 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 80 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.32 |
| HSL | 130.62º | 0.48% | 0.46% | - |
| HSV(B) | 130.62º | 0.65% | 0.68% | - |
| XYZ | 18.26 | 31.43 | 12.69 | - |
| YUV | 128.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 80 | 0.65 | 0 | 0.54 | 0.32 | 130.62 | 0.48 | 0.46 |
| Hex | 3C | AD | 50 | 41 | 0 | 36 | 20 | 83 | 30 | 2E |
| Octal | 74 | 255 | 120 | 101 | 0 | 66 | 40 | 203 | 60 | 56 |
| Binary | 111100 | 10101101 | 1010000 | 1000001 | 0 | 110110 | 100000 | 10000011 | 110000 | 101110 |
Color Harmonies of #3CAD50
Complementary color
Monochromatic Colors of #3CAD50
Black with #3CAD50
Text Example
Text Example
White with #3CAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD50; }
p { color: rgb(60,173,80); }
H1.HeaderClassName
{
color: #3CAD50;
}
.AnyTagClassName
{
color: #3CAD50;
}
</style>
background-color css
<style>
a { background-color: #3CAD50; }
a { background-color: rgb(60,173,80); }
div.DivClassName
{
background-color: #3CAD50;
}
.BgClassName
{
background-color: #3CAD50;
}
</style>
border-color css
<style>
span { border-color: #3CAD50; }
span { border-color: rgb(60,173,80); }
td.TdClassName
{
border-color: #3CAD50;
}
.TagClassName
{
border-color: #3CAD50;
}
</style>