Shades of Jungle Green #3DB78C
Tints of Jungle Green #3DB78C
RGB
CMYK
RGB Variations
Color information
#3DB78C (or 0x3DB78C) is known color: Jungle Green. HEX triplet: 3D, B7 and 8C. RGB value is (61,183,140). Sum of RGB (Red+Green+Blue) = 61+183+140=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB78C is #C24873. Grayscale: #8D8D8D. Windows color (decimal): -12732532 or 9221949. OLE color: 9221949.
HSL color Cylindrical-coordinate representation of color #3DB78C: hue angle of 158.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB78C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 140 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.28 |
| HSL | 158.85º | 0.5% | 0.48% | - |
| HSV(B) | 158.85º | 0.67% | 0.72% | - |
| XYZ | 23.59 | 36.75 | 30.66 | - |
| YUV | 141.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 140 | 0.67 | 0 | 0.23 | 0.28 | 158.85 | 0.5 | 0.48 |
| Hex | 3D | B7 | 8C | 43 | 0 | 17 | 1C | 9F | 32 | 30 |
| Octal | 75 | 267 | 214 | 103 | 0 | 27 | 34 | 237 | 62 | 60 |
| Binary | 111101 | 10110111 | 10001100 | 1000011 | 0 | 10111 | 11100 | 10011111 | 110010 | 110000 |
Color Harmonies of #3DB78C
Complementary color
Monochromatic Colors of #3DB78C
Black with #3DB78C
Text Example
Text Example
White with #3DB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB78C; }
p { color: rgb(61,183,140); }
H1.HeaderClassName
{
color: #3DB78C;
}
.AnyTagClassName
{
color: #3DB78C;
}
</style>
background-color css
<style>
a { background-color: #3DB78C; }
a { background-color: rgb(61,183,140); }
div.DivClassName
{
background-color: #3DB78C;
}
.BgClassName
{
background-color: #3DB78C;
}
</style>
border-color css
<style>
span { border-color: #3DB78C; }
span { border-color: rgb(61,183,140); }
td.TdClassName
{
border-color: #3DB78C;
}
.TagClassName
{
border-color: #3DB78C;
}
</style>