Shades of Jungle Green #3DB68A
Tints of Jungle Green #3DB68A
RGB
CMYK
RGB Variations
Color information
#3DB68A (or 0x3DB68A) is known color: Jungle Green. HEX triplet: 3D, B6 and 8A. RGB value is (61,182,138). Sum of RGB (Red+Green+Blue) = 61+182+138=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB68A is #C24975. Grayscale: #8C8C8C. Windows color (decimal): -12732790 or 9090621. OLE color: 9090621.
HSL color Cylindrical-coordinate representation of color #3DB68A: hue angle of 158.18º 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 #3DB68A is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 138 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.29 |
| HSL | 158.18º | 0.5% | 0.48% | - |
| HSV(B) | 158.18º | 0.66% | 0.71% | - |
| XYZ | 23.24 | 36.28 | 29.82 | - |
| YUV | 140.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 138 | 0.66 | 0 | 0.24 | 0.29 | 158.18 | 0.5 | 0.48 |
| Hex | 3D | B6 | 8A | 42 | 0 | 18 | 1D | 9E | 32 | 30 |
| Octal | 75 | 266 | 212 | 102 | 0 | 30 | 35 | 236 | 62 | 60 |
| Binary | 111101 | 10110110 | 10001010 | 1000010 | 0 | 11000 | 11101 | 10011110 | 110010 | 110000 |
Color Harmonies of #3DB68A
Complementary color
Monochromatic Colors of #3DB68A
Black with #3DB68A
Text Example
Text Example
White with #3DB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB68A; }
p { color: rgb(61,182,138); }
H1.HeaderClassName
{
color: #3DB68A;
}
.AnyTagClassName
{
color: #3DB68A;
}
</style>
background-color css
<style>
a { background-color: #3DB68A; }
a { background-color: rgb(61,182,138); }
div.DivClassName
{
background-color: #3DB68A;
}
.BgClassName
{
background-color: #3DB68A;
}
</style>
border-color css
<style>
span { border-color: #3DB68A; }
span { border-color: rgb(61,182,138); }
td.TdClassName
{
border-color: #3DB68A;
}
.TagClassName
{
border-color: #3DB68A;
}
</style>