Shades of Chateau Green #3CB553
Tints of Chateau Green #3CB553
RGB
CMYK
RGB Variations
Color information
#3CB553 (or 0x3CB553) is known color: Chateau Green. HEX triplet: 3C, B5 and 53. RGB value is (60,181,83). Sum of RGB (Red+Green+Blue) = 60+181+83=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB553 is #C34AAC. Grayscale: #858585. Windows color (decimal): -12798637 or 5485884. OLE color: 5485884.
HSL color Cylindrical-coordinate representation of color #3CB553: hue angle of 131.4º 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 #3CB553 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 83 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.29 |
| HSL | 131.41º | 0.5% | 0.47% | - |
| HSV(B) | 131.41º | 0.67% | 0.71% | - |
| XYZ | 19.95 | 34.63 | 13.82 | - |
| YUV | 133.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 83 | 0.67 | 0 | 0.54 | 0.29 | 131.41 | 0.5 | 0.47 |
| Hex | 3C | B5 | 53 | 43 | 0 | 36 | 1D | 83 | 32 | 2F |
| Octal | 74 | 265 | 123 | 103 | 0 | 66 | 35 | 203 | 62 | 57 |
| Binary | 111100 | 10110101 | 1010011 | 1000011 | 0 | 110110 | 11101 | 10000011 | 110010 | 101111 |
Color Harmonies of #3CB553
Complementary color
Monochromatic Colors of #3CB553
Black with #3CB553
Text Example
Text Example
White with #3CB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB553; }
p { color: rgb(60,181,83); }
H1.HeaderClassName
{
color: #3CB553;
}
.AnyTagClassName
{
color: #3CB553;
}
</style>
background-color css
<style>
a { background-color: #3CB553; }
a { background-color: rgb(60,181,83); }
div.DivClassName
{
background-color: #3CB553;
}
.BgClassName
{
background-color: #3CB553;
}
</style>
border-color css
<style>
span { border-color: #3CB553; }
span { border-color: rgb(60,181,83); }
td.TdClassName
{
border-color: #3CB553;
}
.TagClassName
{
border-color: #3CB553;
}
</style>