Shades of Chateau Green #3CBC56
Tints of Chateau Green #3CBC56
RGB
CMYK
RGB Variations
Color information
#3CBC56 (or 0x3CBC56) is known color: Chateau Green. HEX triplet: 3C, BC and 56. RGB value is (60,188,86). Sum of RGB (Red+Green+Blue) = 60+188+86=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC56 is #C343A9. Grayscale: #8A8A8A. Windows color (decimal): -12796842 or 5684284. OLE color: 5684284.
HSL color Cylindrical-coordinate representation of color #3CBC56: hue angle of 132.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC56 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 86 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.26 |
| HSL | 132.19º | 0.52% | 0.49% | - |
| HSV(B) | 132.19º | 0.68% | 0.74% | - |
| XYZ | 21.53 | 37.6 | 14.93 | - |
| YUV | 138.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 86 | 0.68 | 0 | 0.54 | 0.26 | 132.19 | 0.52 | 0.49 |
| Hex | 3C | BC | 56 | 44 | 0 | 36 | 1A | 84 | 34 | 31 |
| Octal | 74 | 274 | 126 | 104 | 0 | 66 | 32 | 204 | 64 | 61 |
| Binary | 111100 | 10111100 | 1010110 | 1000100 | 0 | 110110 | 11010 | 10000100 | 110100 | 110001 |
Color Harmonies of #3CBC56
Complementary color
Monochromatic Colors of #3CBC56
Black with #3CBC56
Text Example
Text Example
White with #3CBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC56; }
p { color: rgb(60,188,86); }
H1.HeaderClassName
{
color: #3CBC56;
}
.AnyTagClassName
{
color: #3CBC56;
}
</style>
background-color css
<style>
a { background-color: #3CBC56; }
a { background-color: rgb(60,188,86); }
div.DivClassName
{
background-color: #3CBC56;
}
.BgClassName
{
background-color: #3CBC56;
}
</style>
border-color css
<style>
span { border-color: #3CBC56; }
span { border-color: rgb(60,188,86); }
td.TdClassName
{
border-color: #3CBC56;
}
.TagClassName
{
border-color: #3CBC56;
}
</style>