Shades of Chateau Green #3CB853
Tints of Chateau Green #3CB853
RGB
CMYK
RGB Variations
Color information
#3CB853 (or 0x3CB853) is known color: Chateau Green. HEX triplet: 3C, B8 and 53. RGB value is (60,184,83). Sum of RGB (Red+Green+Blue) = 60+184+83=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB853 is #C347AC. Grayscale: #878787. Windows color (decimal): -12797869 or 5486652. OLE color: 5486652.
HSL color Cylindrical-coordinate representation of color #3CB853: hue angle of 131.13º 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 #3CB853 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 83 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.28 |
| HSL | 131.13º | 0.51% | 0.48% | - |
| HSV(B) | 131.13º | 0.67% | 0.72% | - |
| XYZ | 20.57 | 35.87 | 14.02 | - |
| YUV | 135.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 83 | 0.67 | 0 | 0.55 | 0.28 | 131.13 | 0.51 | 0.48 |
| Hex | 3C | B8 | 53 | 43 | 0 | 37 | 1C | 83 | 33 | 30 |
| Octal | 74 | 270 | 123 | 103 | 0 | 67 | 34 | 203 | 63 | 60 |
| Binary | 111100 | 10111000 | 1010011 | 1000011 | 0 | 110111 | 11100 | 10000011 | 110011 | 110000 |
Color Harmonies of #3CB853
Complementary color
Monochromatic Colors of #3CB853
Black with #3CB853
Text Example
Text Example
White with #3CB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB853; }
p { color: rgb(60,184,83); }
H1.HeaderClassName
{
color: #3CB853;
}
.AnyTagClassName
{
color: #3CB853;
}
</style>
background-color css
<style>
a { background-color: #3CB853; }
a { background-color: rgb(60,184,83); }
div.DivClassName
{
background-color: #3CB853;
}
.BgClassName
{
background-color: #3CB853;
}
</style>
border-color css
<style>
span { border-color: #3CB853; }
span { border-color: rgb(60,184,83); }
td.TdClassName
{
border-color: #3CB853;
}
.TagClassName
{
border-color: #3CB853;
}
</style>