Shades of Chateau Green #3BC355
Tints of Chateau Green #3BC355
RGB
CMYK
RGB Variations
Color information
#3BC355 (or 0x3BC355) is known color: Chateau Green. HEX triplet: 3B, C3 and 55. RGB value is (59,195,85). Sum of RGB (Red+Green+Blue) = 59+195+85=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC355 is #C43CAA. Grayscale: #8E8E8E. Windows color (decimal): -12860587 or 5620539. OLE color: 5620539.
HSL color Cylindrical-coordinate representation of color #3BC355: hue angle of 131.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC355 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 85 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.24 |
| HSL | 131.47º | 0.54% | 0.5% | - |
| HSV(B) | 131.47º | 0.7% | 0.76% | - |
| XYZ | 22.96 | 40.62 | 15.22 | - |
| YUV | 141.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 85 | 0.70 | 0 | 0.56 | 0.24 | 131.47 | 0.54 | 0.5 |
| Hex | 3B | C3 | 55 | 46 | 0 | 38 | 18 | 83 | 36 | 32 |
| Octal | 73 | 303 | 125 | 106 | 0 | 70 | 30 | 203 | 66 | 62 |
| Binary | 111011 | 11000011 | 1010101 | 1000110 | 0 | 111000 | 11000 | 10000011 | 110110 | 110010 |
Color Harmonies of #3BC355
Complementary color
Monochromatic Colors of #3BC355
Black with #3BC355
Text Example
Text Example
White with #3BC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC355; }
p { color: rgb(59,195,85); }
H1.HeaderClassName
{
color: #3BC355;
}
.AnyTagClassName
{
color: #3BC355;
}
</style>
background-color css
<style>
a { background-color: #3BC355; }
a { background-color: rgb(59,195,85); }
div.DivClassName
{
background-color: #3BC355;
}
.BgClassName
{
background-color: #3BC355;
}
</style>
border-color css
<style>
span { border-color: #3BC355; }
span { border-color: rgb(59,195,85); }
td.TdClassName
{
border-color: #3BC355;
}
.TagClassName
{
border-color: #3BC355;
}
</style>