Shades of Chateau Green #3BC155
Tints of Chateau Green #3BC155
RGB
CMYK
RGB Variations
Color information
#3BC155 (or 0x3BC155) is known color: Chateau Green. HEX triplet: 3B, C1 and 55. RGB value is (59,193,85). Sum of RGB (Red+Green+Blue) = 59+193+85=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC155 is #C43EAA. Grayscale: #8C8C8C. Windows color (decimal): -12861099 or 5620027. OLE color: 5620027.
HSL color Cylindrical-coordinate representation of color #3BC155: hue angle of 131.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC155 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 85 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.24 |
| HSL | 131.64º | 0.53% | 0.49% | - |
| HSV(B) | 131.64º | 0.69% | 0.76% | - |
| XYZ | 22.51 | 39.73 | 15.08 | - |
| YUV | 140.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 85 | 0.69 | 0 | 0.56 | 0.24 | 131.64 | 0.53 | 0.49 |
| Hex | 3B | C1 | 55 | 45 | 0 | 38 | 18 | 84 | 35 | 31 |
| Octal | 73 | 301 | 125 | 105 | 0 | 70 | 30 | 204 | 65 | 61 |
| Binary | 111011 | 11000001 | 1010101 | 1000101 | 0 | 111000 | 11000 | 10000100 | 110101 | 110001 |
Color Harmonies of #3BC155
Complementary color
Monochromatic Colors of #3BC155
Black with #3BC155
Text Example
Text Example
White with #3BC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC155; }
p { color: rgb(59,193,85); }
H1.HeaderClassName
{
color: #3BC155;
}
.AnyTagClassName
{
color: #3BC155;
}
</style>
background-color css
<style>
a { background-color: #3BC155; }
a { background-color: rgb(59,193,85); }
div.DivClassName
{
background-color: #3BC155;
}
.BgClassName
{
background-color: #3BC155;
}
</style>
border-color css
<style>
span { border-color: #3BC155; }
span { border-color: rgb(59,193,85); }
td.TdClassName
{
border-color: #3BC155;
}
.TagClassName
{
border-color: #3BC155;
}
</style>