Shades of Jungle Green #3DB58D
Tints of Jungle Green #3DB58D
RGB
CMYK
RGB Variations
Color information
#3DB58D (or 0x3DB58D) is known color: Jungle Green. HEX triplet: 3D, B5 and 8D. RGB value is (61,181,141). Sum of RGB (Red+Green+Blue) = 61+181+141=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB58D is #C24A72. Grayscale: #8C8C8C. Windows color (decimal): -12733043 or 9286973. OLE color: 9286973.
HSL color Cylindrical-coordinate representation of color #3DB58D: hue angle of 160º 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 #3DB58D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 141 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.29 |
| HSL | 160º | 0.5% | 0.47% | - |
| HSV(B) | 160º | 0.66% | 0.71% | - |
| XYZ | 23.26 | 35.96 | 30.92 | - |
| YUV | 140.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 141 | 0.66 | 0 | 0.22 | 0.29 | 160 | 0.5 | 0.47 |
| Hex | 3D | B5 | 8D | 42 | 0 | 16 | 1D | A0 | 32 | 2F |
| Octal | 75 | 265 | 215 | 102 | 0 | 26 | 35 | 240 | 62 | 57 |
| Binary | 111101 | 10110101 | 10001101 | 1000010 | 0 | 10110 | 11101 | 10100000 | 110010 | 101111 |
Color Harmonies of #3DB58D
Complementary color
Monochromatic Colors of #3DB58D
Black with #3DB58D
Text Example
Text Example
White with #3DB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB58D; }
p { color: rgb(61,181,141); }
H1.HeaderClassName
{
color: #3DB58D;
}
.AnyTagClassName
{
color: #3DB58D;
}
</style>
background-color css
<style>
a { background-color: #3DB58D; }
a { background-color: rgb(61,181,141); }
div.DivClassName
{
background-color: #3DB58D;
}
.BgClassName
{
background-color: #3DB58D;
}
</style>
border-color css
<style>
span { border-color: #3DB58D; }
span { border-color: rgb(61,181,141); }
td.TdClassName
{
border-color: #3DB58D;
}
.TagClassName
{
border-color: #3DB58D;
}
</style>