Shades of Jungle Green #3DB68D
Tints of Jungle Green #3DB68D
RGB
CMYK
RGB Variations
Color information
#3DB68D (or 0x3DB68D) is known color: Jungle Green. HEX triplet: 3D, B6 and 8D. RGB value is (61,182,141). Sum of RGB (Red+Green+Blue) = 61+182+141=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB68D is #C24972. Grayscale: #8D8D8D. Windows color (decimal): -12732787 or 9287229. OLE color: 9287229.
HSL color Cylindrical-coordinate representation of color #3DB68D: hue angle of 159.67º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB68D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 141 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.29 |
| HSL | 159.67º | 0.5% | 0.48% | - |
| HSV(B) | 159.67º | 0.66% | 0.71% | - |
| XYZ | 23.46 | 36.37 | 30.98 | - |
| YUV | 141.15 | 127.91 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 141 | 0.66 | 0 | 0.23 | 0.29 | 159.67 | 0.5 | 0.48 |
| Hex | 3D | B6 | 8D | 42 | 0 | 17 | 1D | A0 | 32 | 30 |
| Octal | 75 | 266 | 215 | 102 | 0 | 27 | 35 | 240 | 62 | 60 |
| Binary | 111101 | 10110110 | 10001101 | 1000010 | 0 | 10111 | 11101 | 10100000 | 110010 | 110000 |
Color Harmonies of #3DB68D
Complementary color
Monochromatic Colors of #3DB68D
Black with #3DB68D
Text Example
Text Example
White with #3DB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB68D; }
p { color: rgb(61,182,141); }
H1.HeaderClassName
{
color: #3DB68D;
}
.AnyTagClassName
{
color: #3DB68D;
}
</style>
background-color css
<style>
a { background-color: #3DB68D; }
a { background-color: rgb(61,182,141); }
div.DivClassName
{
background-color: #3DB68D;
}
.BgClassName
{
background-color: #3DB68D;
}
</style>
border-color css
<style>
span { border-color: #3DB68D; }
span { border-color: rgb(61,182,141); }
td.TdClassName
{
border-color: #3DB68D;
}
.TagClassName
{
border-color: #3DB68D;
}
</style>