Shades of Chateau Green #3CB657
Tints of Chateau Green #3CB657
RGB
CMYK
RGB Variations
Color information
#3CB657 (or 0x3CB657) is known color: Chateau Green. HEX triplet: 3C, B6 and 57. RGB value is (60,182,87). Sum of RGB (Red+Green+Blue) = 60+182+87=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB657 is #C349A8. Grayscale: #868686. Windows color (decimal): -12798377 or 5748284. OLE color: 5748284.
HSL color Cylindrical-coordinate representation of color #3CB657: hue angle of 133.28º 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 #3CB657 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 87 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.29 |
| HSL | 133.28º | 0.5% | 0.47% | - |
| HSV(B) | 133.28º | 0.67% | 0.71% | - |
| XYZ | 20.31 | 35.1 | 14.72 | - |
| YUV | 134.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 87 | 0.67 | 0 | 0.52 | 0.29 | 133.28 | 0.5 | 0.47 |
| Hex | 3C | B6 | 57 | 43 | 0 | 34 | 1D | 85 | 32 | 2F |
| Octal | 74 | 266 | 127 | 103 | 0 | 64 | 35 | 205 | 62 | 57 |
| Binary | 111100 | 10110110 | 1010111 | 1000011 | 0 | 110100 | 11101 | 10000101 | 110010 | 101111 |
Color Harmonies of #3CB657
Complementary color
Monochromatic Colors of #3CB657
Black with #3CB657
Text Example
Text Example
White with #3CB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB657; }
p { color: rgb(60,182,87); }
H1.HeaderClassName
{
color: #3CB657;
}
.AnyTagClassName
{
color: #3CB657;
}
</style>
background-color css
<style>
a { background-color: #3CB657; }
a { background-color: rgb(60,182,87); }
div.DivClassName
{
background-color: #3CB657;
}
.BgClassName
{
background-color: #3CB657;
}
</style>
border-color css
<style>
span { border-color: #3CB657; }
span { border-color: rgb(60,182,87); }
td.TdClassName
{
border-color: #3CB657;
}
.TagClassName
{
border-color: #3CB657;
}
</style>