Shades of Jungle Green #3DB58B
Tints of Jungle Green #3DB58B
RGB
CMYK
RGB Variations
Color information
#3DB58B (or 0x3DB58B) is known color: Jungle Green. HEX triplet: 3D, B5 and 8B. RGB value is (61,181,139). Sum of RGB (Red+Green+Blue) = 61+181+139=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB58B is #C24A74. Grayscale: #8C8C8C. Windows color (decimal): -12733045 or 9155901. OLE color: 9155901.
HSL color Cylindrical-coordinate representation of color #3DB58B: hue angle of 159º 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 #3DB58B is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 139 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.29 |
| HSL | 159º | 0.5% | 0.47% | - |
| HSV(B) | 159º | 0.66% | 0.71% | - |
| XYZ | 23.11 | 35.9 | 30.14 | - |
| YUV | 140.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 139 | 0.66 | 0 | 0.23 | 0.29 | 159 | 0.5 | 0.47 |
| Hex | 3D | B5 | 8B | 42 | 0 | 17 | 1D | 9F | 32 | 2F |
| Octal | 75 | 265 | 213 | 102 | 0 | 27 | 35 | 237 | 62 | 57 |
| Binary | 111101 | 10110101 | 10001011 | 1000010 | 0 | 10111 | 11101 | 10011111 | 110010 | 101111 |
Color Harmonies of #3DB58B
Complementary color
Monochromatic Colors of #3DB58B
Black with #3DB58B
Text Example
Text Example
White with #3DB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB58B; }
p { color: rgb(61,181,139); }
H1.HeaderClassName
{
color: #3DB58B;
}
.AnyTagClassName
{
color: #3DB58B;
}
</style>
background-color css
<style>
a { background-color: #3DB58B; }
a { background-color: rgb(61,181,139); }
div.DivClassName
{
background-color: #3DB58B;
}
.BgClassName
{
background-color: #3DB58B;
}
</style>
border-color css
<style>
span { border-color: #3DB58B; }
span { border-color: rgb(61,181,139); }
td.TdClassName
{
border-color: #3DB58B;
}
.TagClassName
{
border-color: #3DB58B;
}
</style>