Shades of Jungle Green #3DB88A
Tints of Jungle Green #3DB88A
RGB
CMYK
RGB Variations
Color information
#3DB88A (or 0x3DB88A) is known color: Jungle Green. HEX triplet: 3D, B8 and 8A. RGB value is (61,184,138). Sum of RGB (Red+Green+Blue) = 61+184+138=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB88A is #C24775. Grayscale: #8E8E8E. Windows color (decimal): -12732278 or 9091133. OLE color: 9091133.
HSL color Cylindrical-coordinate representation of color #3DB88A: hue angle of 157.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB88A is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 138 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.28 |
| HSL | 157.56º | 0.5% | 0.48% | - |
| HSV(B) | 157.56º | 0.67% | 0.72% | - |
| XYZ | 23.65 | 37.11 | 29.96 | - |
| YUV | 141.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 138 | 0.67 | 0 | 0.25 | 0.28 | 157.56 | 0.5 | 0.48 |
| Hex | 3D | B8 | 8A | 43 | 0 | 19 | 1C | 9E | 32 | 30 |
| Octal | 75 | 270 | 212 | 103 | 0 | 31 | 34 | 236 | 62 | 60 |
| Binary | 111101 | 10111000 | 10001010 | 1000011 | 0 | 11001 | 11100 | 10011110 | 110010 | 110000 |
Color Harmonies of #3DB88A
Complementary color
Monochromatic Colors of #3DB88A
Black with #3DB88A
Text Example
Text Example
White with #3DB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB88A; }
p { color: rgb(61,184,138); }
H1.HeaderClassName
{
color: #3DB88A;
}
.AnyTagClassName
{
color: #3DB88A;
}
</style>
background-color css
<style>
a { background-color: #3DB88A; }
a { background-color: rgb(61,184,138); }
div.DivClassName
{
background-color: #3DB88A;
}
.BgClassName
{
background-color: #3DB88A;
}
</style>
border-color css
<style>
span { border-color: #3DB88A; }
span { border-color: rgb(61,184,138); }
td.TdClassName
{
border-color: #3DB88A;
}
.TagClassName
{
border-color: #3DB88A;
}
</style>