Shades of Chateau Green #3CB155
Tints of Chateau Green #3CB155
RGB
CMYK
RGB Variations
Color information
#3CB155 (or 0x3CB155) is known color: Chateau Green. HEX triplet: 3C, B1 and 55. RGB value is (60,177,85). Sum of RGB (Red+Green+Blue) = 60+177+85=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB155 is #C34EAA. Grayscale: #838383. Windows color (decimal): -12799659 or 5615932. OLE color: 5615932.
HSL color Cylindrical-coordinate representation of color #3CB155: hue angle of 132.82º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB155 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 85 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.31 |
| HSL | 132.82º | 0.49% | 0.46% | - |
| HSV(B) | 132.82º | 0.66% | 0.69% | - |
| XYZ | 19.23 | 33.06 | 13.96 | - |
| YUV | 131.53 | 101.74 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 85 | 0.66 | 0 | 0.52 | 0.31 | 132.82 | 0.49 | 0.46 |
| Hex | 3C | B1 | 55 | 42 | 0 | 34 | 1F | 85 | 31 | 2E |
| Octal | 74 | 261 | 125 | 102 | 0 | 64 | 37 | 205 | 61 | 56 |
| Binary | 111100 | 10110001 | 1010101 | 1000010 | 0 | 110100 | 11111 | 10000101 | 110001 | 101110 |
Color Harmonies of #3CB155
Complementary color
Monochromatic Colors of #3CB155
Black with #3CB155
Text Example
Text Example
White with #3CB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB155; }
p { color: rgb(60,177,85); }
H1.HeaderClassName
{
color: #3CB155;
}
.AnyTagClassName
{
color: #3CB155;
}
</style>
background-color css
<style>
a { background-color: #3CB155; }
a { background-color: rgb(60,177,85); }
div.DivClassName
{
background-color: #3CB155;
}
.BgClassName
{
background-color: #3CB155;
}
</style>
border-color css
<style>
span { border-color: #3CB155; }
span { border-color: rgb(60,177,85); }
td.TdClassName
{
border-color: #3CB155;
}
.TagClassName
{
border-color: #3CB155;
}
</style>