Shades of Chateau Green #3BC256
Tints of Chateau Green #3BC256
RGB
CMYK
RGB Variations
Color information
#3BC256 (or 0x3BC256) is known color: Chateau Green. HEX triplet: 3B, C2 and 56. RGB value is (59,194,86). Sum of RGB (Red+Green+Blue) = 59+194+86=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC256 is #C43DA9. Grayscale: #8D8D8D. Windows color (decimal): -12860842 or 5685819. OLE color: 5685819.
HSL color Cylindrical-coordinate representation of color #3BC256: hue angle of 132º degrees, saturation: 0.53, 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 #3BC256 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 86 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.24 |
| HSL | 132º | 0.53% | 0.5% | - |
| HSV(B) | 132º | 0.7% | 0.76% | - |
| XYZ | 22.78 | 40.19 | 15.36 | - |
| YUV | 141.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 86 | 0.70 | 0 | 0.56 | 0.24 | 132 | 0.53 | 0.5 |
| Hex | 3B | C2 | 56 | 46 | 0 | 38 | 18 | 84 | 35 | 32 |
| Octal | 73 | 302 | 126 | 106 | 0 | 70 | 30 | 204 | 65 | 62 |
| Binary | 111011 | 11000010 | 1010110 | 1000110 | 0 | 111000 | 11000 | 10000100 | 110101 | 110010 |
Color Harmonies of #3BC256
Complementary color
Monochromatic Colors of #3BC256
Black with #3BC256
Text Example
Text Example
White with #3BC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC256; }
p { color: rgb(59,194,86); }
H1.HeaderClassName
{
color: #3BC256;
}
.AnyTagClassName
{
color: #3BC256;
}
</style>
background-color css
<style>
a { background-color: #3BC256; }
a { background-color: rgb(59,194,86); }
div.DivClassName
{
background-color: #3BC256;
}
.BgClassName
{
background-color: #3BC256;
}
</style>
border-color css
<style>
span { border-color: #3BC256; }
span { border-color: rgb(59,194,86); }
td.TdClassName
{
border-color: #3BC256;
}
.TagClassName
{
border-color: #3BC256;
}
</style>