Shades of Chateau Green #3CB85A
Tints of Chateau Green #3CB85A
RGB
CMYK
RGB Variations
Color information
#3CB85A (or 0x3CB85A) is known color: Chateau Green. HEX triplet: 3C, B8 and 5A. RGB value is (60,184,90). Sum of RGB (Red+Green+Blue) = 60+184+90=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB85A is #C347A5. Grayscale: #888888. Windows color (decimal): -12797862 or 5945404. OLE color: 5945404.
HSL color Cylindrical-coordinate representation of color #3CB85A: hue angle of 134.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB85A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 90 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.28 |
| HSL | 134.52º | 0.51% | 0.48% | - |
| HSV(B) | 134.52º | 0.67% | 0.72% | - |
| XYZ | 20.85 | 35.98 | 15.52 | - |
| YUV | 136.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 90 | 0.67 | 0 | 0.51 | 0.28 | 134.52 | 0.51 | 0.48 |
| Hex | 3C | B8 | 5A | 43 | 0 | 33 | 1C | 87 | 33 | 30 |
| Octal | 74 | 270 | 132 | 103 | 0 | 63 | 34 | 207 | 63 | 60 |
| Binary | 111100 | 10111000 | 1011010 | 1000011 | 0 | 110011 | 11100 | 10000111 | 110011 | 110000 |
Color Harmonies of #3CB85A
Complementary color
Monochromatic Colors of #3CB85A
Black with #3CB85A
Text Example
Text Example
White with #3CB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB85A; }
p { color: rgb(60,184,90); }
H1.HeaderClassName
{
color: #3CB85A;
}
.AnyTagClassName
{
color: #3CB85A;
}
</style>
background-color css
<style>
a { background-color: #3CB85A; }
a { background-color: rgb(60,184,90); }
div.DivClassName
{
background-color: #3CB85A;
}
.BgClassName
{
background-color: #3CB85A;
}
</style>
border-color css
<style>
span { border-color: #3CB85A; }
span { border-color: rgb(60,184,90); }
td.TdClassName
{
border-color: #3CB85A;
}
.TagClassName
{
border-color: #3CB85A;
}
</style>