Shades of Chateau Green #3CB656
Tints of Chateau Green #3CB656
RGB
CMYK
RGB Variations
Color information
#3CB656 (or 0x3CB656) is known color: Chateau Green. HEX triplet: 3C, B6 and 56. RGB value is (60,182,86). Sum of RGB (Red+Green+Blue) = 60+182+86=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB656 is #C349A9. Grayscale: #868686. Windows color (decimal): -12798378 or 5682748. OLE color: 5682748.
HSL color Cylindrical-coordinate representation of color #3CB656: hue angle of 132.79º 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 #3CB656 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 86 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.29 |
| HSL | 132.79º | 0.5% | 0.47% | - |
| HSV(B) | 132.79º | 0.67% | 0.71% | - |
| XYZ | 20.27 | 35.09 | 14.51 | - |
| YUV | 134.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 86 | 0.67 | 0 | 0.53 | 0.29 | 132.79 | 0.5 | 0.47 |
| Hex | 3C | B6 | 56 | 43 | 0 | 35 | 1D | 85 | 32 | 2F |
| Octal | 74 | 266 | 126 | 103 | 0 | 65 | 35 | 205 | 62 | 57 |
| Binary | 111100 | 10110110 | 1010110 | 1000011 | 0 | 110101 | 11101 | 10000101 | 110010 | 101111 |
Color Harmonies of #3CB656
Complementary color
Monochromatic Colors of #3CB656
Black with #3CB656
Text Example
Text Example
White with #3CB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB656; }
p { color: rgb(60,182,86); }
H1.HeaderClassName
{
color: #3CB656;
}
.AnyTagClassName
{
color: #3CB656;
}
</style>
background-color css
<style>
a { background-color: #3CB656; }
a { background-color: rgb(60,182,86); }
div.DivClassName
{
background-color: #3CB656;
}
.BgClassName
{
background-color: #3CB656;
}
</style>
border-color css
<style>
span { border-color: #3CB656; }
span { border-color: rgb(60,182,86); }
td.TdClassName
{
border-color: #3CB656;
}
.TagClassName
{
border-color: #3CB656;
}
</style>