Shades of Jungle Green #3DB388
Tints of Jungle Green #3DB388
RGB
CMYK
RGB Variations
Color information
#3DB388 (or 0x3DB388) is known color: Jungle Green. HEX triplet: 3D, B3 and 88. RGB value is (61,179,136). Sum of RGB (Red+Green+Blue) = 61+179+136=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB388 is #C24C77. Grayscale: #8A8A8A. Windows color (decimal): -12733560 or 8958781. OLE color: 8958781.
HSL color Cylindrical-coordinate representation of color #3DB388: hue angle of 158.14º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB388 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 136 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.30 |
| HSL | 158.14º | 0.49% | 0.47% | - |
| HSV(B) | 158.14º | 0.66% | 0.7% | - |
| XYZ | 22.49 | 35.01 | 28.86 | - |
| YUV | 138.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 136 | 0.66 | 0 | 0.24 | 0.30 | 158.14 | 0.49 | 0.47 |
| Hex | 3D | B3 | 88 | 42 | 0 | 18 | 1E | 9E | 31 | 2F |
| Octal | 75 | 263 | 210 | 102 | 0 | 30 | 36 | 236 | 61 | 57 |
| Binary | 111101 | 10110011 | 10001000 | 1000010 | 0 | 11000 | 11110 | 10011110 | 110001 | 101111 |
Color Harmonies of #3DB388
Complementary color
Monochromatic Colors of #3DB388
Black with #3DB388
Text Example
Text Example
White with #3DB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB388; }
p { color: rgb(61,179,136); }
H1.HeaderClassName
{
color: #3DB388;
}
.AnyTagClassName
{
color: #3DB388;
}
</style>
background-color css
<style>
a { background-color: #3DB388; }
a { background-color: rgb(61,179,136); }
div.DivClassName
{
background-color: #3DB388;
}
.BgClassName
{
background-color: #3DB388;
}
</style>
border-color css
<style>
span { border-color: #3DB388; }
span { border-color: rgb(61,179,136); }
td.TdClassName
{
border-color: #3DB388;
}
.TagClassName
{
border-color: #3DB388;
}
</style>