Shades of Jungle Green #3DB587
Tints of Jungle Green #3DB587
RGB
CMYK
RGB Variations
Color information
#3DB587 (or 0x3DB587) is known color: Jungle Green. HEX triplet: 3D, B5 and 87. RGB value is (61,181,135). Sum of RGB (Red+Green+Blue) = 61+181+135=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB587 is #C24A78. Grayscale: #8B8B8B. Windows color (decimal): -12733049 or 8893757. OLE color: 8893757.
HSL color Cylindrical-coordinate representation of color #3DB587: hue angle of 157º degrees, saturation: 0.5, 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 #3DB587 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 135 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.29 |
| HSL | 157º | 0.5% | 0.47% | - |
| HSV(B) | 157º | 0.66% | 0.71% | - |
| XYZ | 22.82 | 35.79 | 28.63 | - |
| YUV | 139.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 135 | 0.66 | 0 | 0.25 | 0.29 | 157 | 0.5 | 0.47 |
| Hex | 3D | B5 | 87 | 42 | 0 | 19 | 1D | 9D | 32 | 2F |
| Octal | 75 | 265 | 207 | 102 | 0 | 31 | 35 | 235 | 62 | 57 |
| Binary | 111101 | 10110101 | 10000111 | 1000010 | 0 | 11001 | 11101 | 10011101 | 110010 | 101111 |
Color Harmonies of #3DB587
Complementary color
Monochromatic Colors of #3DB587
Black with #3DB587
Text Example
Text Example
White with #3DB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB587; }
p { color: rgb(61,181,135); }
H1.HeaderClassName
{
color: #3DB587;
}
.AnyTagClassName
{
color: #3DB587;
}
</style>
background-color css
<style>
a { background-color: #3DB587; }
a { background-color: rgb(61,181,135); }
div.DivClassName
{
background-color: #3DB587;
}
.BgClassName
{
background-color: #3DB587;
}
</style>
border-color css
<style>
span { border-color: #3DB587; }
span { border-color: rgb(61,181,135); }
td.TdClassName
{
border-color: #3DB587;
}
.TagClassName
{
border-color: #3DB587;
}
</style>