Shades of Jungle Green #3DB58E
Tints of Jungle Green #3DB58E
RGB
CMYK
RGB Variations
Color information
#3DB58E (or 0x3DB58E) is known color: Jungle Green. HEX triplet: 3D, B5 and 8E. RGB value is (61,181,142). Sum of RGB (Red+Green+Blue) = 61+181+142=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB58E is #C24A71. Grayscale: #8C8C8C. Windows color (decimal): -12733042 or 9352509. OLE color: 9352509.
HSL color Cylindrical-coordinate representation of color #3DB58E: hue angle of 160.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB58E is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 142 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.29 |
| HSL | 160.5º | 0.5% | 0.47% | - |
| HSV(B) | 160.5º | 0.66% | 0.71% | - |
| XYZ | 23.33 | 35.99 | 31.31 | - |
| YUV | 140.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 142 | 0.66 | 0 | 0.22 | 0.29 | 160.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 8E | 42 | 0 | 16 | 1D | A0 | 32 | 2F |
| Octal | 75 | 265 | 216 | 102 | 0 | 26 | 35 | 240 | 62 | 57 |
| Binary | 111101 | 10110101 | 10001110 | 1000010 | 0 | 10110 | 11101 | 10100000 | 110010 | 101111 |
Color Harmonies of #3DB58E
Complementary color
Monochromatic Colors of #3DB58E
Black with #3DB58E
Text Example
Text Example
White with #3DB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB58E; }
p { color: rgb(61,181,142); }
H1.HeaderClassName
{
color: #3DB58E;
}
.AnyTagClassName
{
color: #3DB58E;
}
</style>
background-color css
<style>
a { background-color: #3DB58E; }
a { background-color: rgb(61,181,142); }
div.DivClassName
{
background-color: #3DB58E;
}
.BgClassName
{
background-color: #3DB58E;
}
</style>
border-color css
<style>
span { border-color: #3DB58E; }
span { border-color: rgb(61,181,142); }
td.TdClassName
{
border-color: #3DB58E;
}
.TagClassName
{
border-color: #3DB58E;
}
</style>