Shades of Jungle Green #3DB486
Tints of Jungle Green #3DB486
RGB
CMYK
RGB Variations
Color information
#3DB486 (or 0x3DB486) is known color: Jungle Green. HEX triplet: 3D, B4 and 86. RGB value is (61,180,134). Sum of RGB (Red+Green+Blue) = 61+180+134=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB486 is #C24B79. Grayscale: #8B8B8B. Windows color (decimal): -12733306 or 8827965. OLE color: 8827965.
HSL color Cylindrical-coordinate representation of color #3DB486: hue angle of 156.81º degrees, saturation: 0.49, 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 #3DB486 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 134 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.29 |
| HSL | 156.81º | 0.49% | 0.47% | - |
| HSV(B) | 156.81º | 0.66% | 0.71% | - |
| XYZ | 22.55 | 35.36 | 28.19 | - |
| YUV | 139.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 134 | 0.66 | 0 | 0.26 | 0.29 | 156.81 | 0.49 | 0.47 |
| Hex | 3D | B4 | 86 | 42 | 0 | 1A | 1D | 9D | 31 | 2F |
| Octal | 75 | 264 | 206 | 102 | 0 | 32 | 35 | 235 | 61 | 57 |
| Binary | 111101 | 10110100 | 10000110 | 1000010 | 0 | 11010 | 11101 | 10011101 | 110001 | 101111 |
Color Harmonies of #3DB486
Complementary color
Monochromatic Colors of #3DB486
Black with #3DB486
Text Example
Text Example
White with #3DB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB486; }
p { color: rgb(61,180,134); }
H1.HeaderClassName
{
color: #3DB486;
}
.AnyTagClassName
{
color: #3DB486;
}
</style>
background-color css
<style>
a { background-color: #3DB486; }
a { background-color: rgb(61,180,134); }
div.DivClassName
{
background-color: #3DB486;
}
.BgClassName
{
background-color: #3DB486;
}
</style>
border-color css
<style>
span { border-color: #3DB486; }
span { border-color: rgb(61,180,134); }
td.TdClassName
{
border-color: #3DB486;
}
.TagClassName
{
border-color: #3DB486;
}
</style>