Shades of Chateau Green #3DC156
Tints of Chateau Green #3DC156
RGB
CMYK
RGB Variations
Color information
#3DC156 (or 0x3DC156) is known color: Chateau Green. HEX triplet: 3D, C1 and 56. RGB value is (61,193,86). Sum of RGB (Red+Green+Blue) = 61+193+86=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC156 is #C23EA9. Grayscale: #8D8D8D. Windows color (decimal): -12730026 or 5685565. OLE color: 5685565.
HSL color Cylindrical-coordinate representation of color #3DC156: hue angle of 131.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC156 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 86 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.24 |
| HSL | 131.36º | 0.52% | 0.5% | - |
| HSV(B) | 131.36º | 0.68% | 0.76% | - |
| XYZ | 22.67 | 39.8 | 15.29 | - |
| YUV | 141.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 86 | 0.68 | 0 | 0.55 | 0.24 | 131.36 | 0.52 | 0.5 |
| Hex | 3D | C1 | 56 | 44 | 0 | 37 | 18 | 83 | 34 | 32 |
| Octal | 75 | 301 | 126 | 104 | 0 | 67 | 30 | 203 | 64 | 62 |
| Binary | 111101 | 11000001 | 1010110 | 1000100 | 0 | 110111 | 11000 | 10000011 | 110100 | 110010 |
Color Harmonies of #3DC156
Complementary color
Monochromatic Colors of #3DC156
Black with #3DC156
Text Example
Text Example
White with #3DC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC156; }
p { color: rgb(61,193,86); }
H1.HeaderClassName
{
color: #3DC156;
}
.AnyTagClassName
{
color: #3DC156;
}
</style>
background-color css
<style>
a { background-color: #3DC156; }
a { background-color: rgb(61,193,86); }
div.DivClassName
{
background-color: #3DC156;
}
.BgClassName
{
background-color: #3DC156;
}
</style>
border-color css
<style>
span { border-color: #3DC156; }
span { border-color: rgb(61,193,86); }
td.TdClassName
{
border-color: #3DC156;
}
.TagClassName
{
border-color: #3DC156;
}
</style>