Shades of Chateau Green #3CB855
Tints of Chateau Green #3CB855
RGB
CMYK
RGB Variations
Color information
#3CB855 (or 0x3CB855) is known color: Chateau Green. HEX triplet: 3C, B8 and 55. RGB value is (60,184,85). Sum of RGB (Red+Green+Blue) = 60+184+85=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB855 is #C347AA. Grayscale: #878787. Windows color (decimal): -12797867 or 5617724. OLE color: 5617724.
HSL color Cylindrical-coordinate representation of color #3CB855: hue angle of 132.1º 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 #3CB855 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 85 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.28 |
| HSL | 132.1º | 0.51% | 0.48% | - |
| HSV(B) | 132.1º | 0.67% | 0.72% | - |
| XYZ | 20.64 | 35.9 | 14.44 | - |
| YUV | 135.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 85 | 0.67 | 0 | 0.54 | 0.28 | 132.1 | 0.51 | 0.48 |
| Hex | 3C | B8 | 55 | 43 | 0 | 36 | 1C | 84 | 33 | 30 |
| Octal | 74 | 270 | 125 | 103 | 0 | 66 | 34 | 204 | 63 | 60 |
| Binary | 111100 | 10111000 | 1010101 | 1000011 | 0 | 110110 | 11100 | 10000100 | 110011 | 110000 |
Color Harmonies of #3CB855
Complementary color
Monochromatic Colors of #3CB855
Black with #3CB855
Text Example
Text Example
White with #3CB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB855; }
p { color: rgb(60,184,85); }
H1.HeaderClassName
{
color: #3CB855;
}
.AnyTagClassName
{
color: #3CB855;
}
</style>
background-color css
<style>
a { background-color: #3CB855; }
a { background-color: rgb(60,184,85); }
div.DivClassName
{
background-color: #3CB855;
}
.BgClassName
{
background-color: #3CB855;
}
</style>
border-color css
<style>
span { border-color: #3CB855; }
span { border-color: rgb(60,184,85); }
td.TdClassName
{
border-color: #3CB855;
}
.TagClassName
{
border-color: #3CB855;
}
</style>