Shades of Jungle Green #3DB78A
Tints of Jungle Green #3DB78A
RGB
CMYK
RGB Variations
Color information
#3DB78A (or 0x3DB78A) is known color: Jungle Green. HEX triplet: 3D, B7 and 8A. RGB value is (61,183,138). Sum of RGB (Red+Green+Blue) = 61+183+138=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB78A is #C24875. Grayscale: #8D8D8D. Windows color (decimal): -12732534 or 9090877. OLE color: 9090877.
HSL color Cylindrical-coordinate representation of color #3DB78A: hue angle of 157.87º 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 #3DB78A is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 138 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.28 |
| HSL | 157.87º | 0.5% | 0.48% | - |
| HSV(B) | 157.87º | 0.67% | 0.72% | - |
| XYZ | 23.45 | 36.69 | 29.89 | - |
| YUV | 141.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 138 | 0.67 | 0 | 0.25 | 0.28 | 157.87 | 0.5 | 0.48 |
| Hex | 3D | B7 | 8A | 43 | 0 | 19 | 1C | 9E | 32 | 30 |
| Octal | 75 | 267 | 212 | 103 | 0 | 31 | 34 | 236 | 62 | 60 |
| Binary | 111101 | 10110111 | 10001010 | 1000011 | 0 | 11001 | 11100 | 10011110 | 110010 | 110000 |
Color Harmonies of #3DB78A
Complementary color
Monochromatic Colors of #3DB78A
Black with #3DB78A
Text Example
Text Example
White with #3DB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB78A; }
p { color: rgb(61,183,138); }
H1.HeaderClassName
{
color: #3DB78A;
}
.AnyTagClassName
{
color: #3DB78A;
}
</style>
background-color css
<style>
a { background-color: #3DB78A; }
a { background-color: rgb(61,183,138); }
div.DivClassName
{
background-color: #3DB78A;
}
.BgClassName
{
background-color: #3DB78A;
}
</style>
border-color css
<style>
span { border-color: #3DB78A; }
span { border-color: rgb(61,183,138); }
td.TdClassName
{
border-color: #3DB78A;
}
.TagClassName
{
border-color: #3DB78A;
}
</style>