Shades of Chateau Green #3CB55E
Tints of Chateau Green #3CB55E
RGB
CMYK
RGB Variations
Color information
#3CB55E (or 0x3CB55E) is known color: Chateau Green. HEX triplet: 3C, B5 and 5E. RGB value is (60,181,94). Sum of RGB (Red+Green+Blue) = 60+181+94=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB55E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB55E is #C34AA1. Grayscale: #878787. Windows color (decimal): -12798626 or 6206780. OLE color: 6206780.
HSL color Cylindrical-coordinate representation of color #3CB55E: hue angle of 136.86º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB55E is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 94 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.29 |
| HSL | 136.86º | 0.5% | 0.47% | - |
| HSV(B) | 136.86º | 0.67% | 0.71% | - |
| XYZ | 20.41 | 34.82 | 16.23 | - |
| YUV | 134.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 94 | 0.67 | 0 | 0.48 | 0.29 | 136.86 | 0.5 | 0.47 |
| Hex | 3C | B5 | 5E | 43 | 0 | 30 | 1D | 89 | 32 | 2F |
| Octal | 74 | 265 | 136 | 103 | 0 | 60 | 35 | 211 | 62 | 57 |
| Binary | 111100 | 10110101 | 1011110 | 1000011 | 0 | 110000 | 11101 | 10001001 | 110010 | 101111 |
Color Harmonies of #3CB55E
Complementary color
Monochromatic Colors of #3CB55E
Black with #3CB55E
Text Example
Text Example
White with #3CB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB55E; }
p { color: rgb(60,181,94); }
H1.HeaderClassName
{
color: #3CB55E;
}
.AnyTagClassName
{
color: #3CB55E;
}
</style>
background-color css
<style>
a { background-color: #3CB55E; }
a { background-color: rgb(60,181,94); }
div.DivClassName
{
background-color: #3CB55E;
}
.BgClassName
{
background-color: #3CB55E;
}
</style>
border-color css
<style>
span { border-color: #3CB55E; }
span { border-color: rgb(60,181,94); }
td.TdClassName
{
border-color: #3CB55E;
}
.TagClassName
{
border-color: #3CB55E;
}
</style>