Shades of Jungle Green #3DB588
Tints of Jungle Green #3DB588
RGB
CMYK
RGB Variations
Color information
#3DB588 (or 0x3DB588) is known color: Jungle Green. HEX triplet: 3D, B5 and 88. RGB value is (61,181,136). Sum of RGB (Red+Green+Blue) = 61+181+136=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB588 is #C24A77. Grayscale: #8C8C8C. Windows color (decimal): -12733048 or 8959293. OLE color: 8959293.
HSL color Cylindrical-coordinate representation of color #3DB588: hue angle of 157.5º 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 #3DB588 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 136 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.29 |
| HSL | 157.5º | 0.5% | 0.47% | - |
| HSV(B) | 157.5º | 0.66% | 0.71% | - |
| XYZ | 22.89 | 35.82 | 29 | - |
| YUV | 139.99 | 125.74 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 136 | 0.66 | 0 | 0.25 | 0.29 | 157.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 88 | 42 | 0 | 19 | 1D | 9E | 32 | 2F |
| Octal | 75 | 265 | 210 | 102 | 0 | 31 | 35 | 236 | 62 | 57 |
| Binary | 111101 | 10110101 | 10001000 | 1000010 | 0 | 11001 | 11101 | 10011110 | 110010 | 101111 |
Color Harmonies of #3DB588
Complementary color
Monochromatic Colors of #3DB588
Black with #3DB588
Text Example
Text Example
White with #3DB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB588; }
p { color: rgb(61,181,136); }
H1.HeaderClassName
{
color: #3DB588;
}
.AnyTagClassName
{
color: #3DB588;
}
</style>
background-color css
<style>
a { background-color: #3DB588; }
a { background-color: rgb(61,181,136); }
div.DivClassName
{
background-color: #3DB588;
}
.BgClassName
{
background-color: #3DB588;
}
</style>
border-color css
<style>
span { border-color: #3DB588; }
span { border-color: rgb(61,181,136); }
td.TdClassName
{
border-color: #3DB588;
}
.TagClassName
{
border-color: #3DB588;
}
</style>