Shades of Jungle Green #3DB488
Tints of Jungle Green #3DB488
RGB
CMYK
RGB Variations
Color information
#3DB488 (or 0x3DB488) is known color: Jungle Green. HEX triplet: 3D, B4 and 88. RGB value is (61,180,136). Sum of RGB (Red+Green+Blue) = 61+180+136=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB488 is #C24B77. Grayscale: #8B8B8B. Windows color (decimal): -12733304 or 8959037. OLE color: 8959037.
HSL color Cylindrical-coordinate representation of color #3DB488: hue angle of 157.82º 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 #3DB488 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 136 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.29 |
| HSL | 157.82º | 0.49% | 0.47% | - |
| HSV(B) | 157.82º | 0.66% | 0.71% | - |
| XYZ | 22.69 | 35.41 | 28.93 | - |
| YUV | 139.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 136 | 0.66 | 0 | 0.24 | 0.29 | 157.82 | 0.49 | 0.47 |
| Hex | 3D | B4 | 88 | 42 | 0 | 18 | 1D | 9E | 31 | 2F |
| Octal | 75 | 264 | 210 | 102 | 0 | 30 | 35 | 236 | 61 | 57 |
| Binary | 111101 | 10110100 | 10001000 | 1000010 | 0 | 11000 | 11101 | 10011110 | 110001 | 101111 |
Color Harmonies of #3DB488
Complementary color
Monochromatic Colors of #3DB488
Black with #3DB488
Text Example
Text Example
White with #3DB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB488; }
p { color: rgb(61,180,136); }
H1.HeaderClassName
{
color: #3DB488;
}
.AnyTagClassName
{
color: #3DB488;
}
</style>
background-color css
<style>
a { background-color: #3DB488; }
a { background-color: rgb(61,180,136); }
div.DivClassName
{
background-color: #3DB488;
}
.BgClassName
{
background-color: #3DB488;
}
</style>
border-color css
<style>
span { border-color: #3DB488; }
span { border-color: rgb(61,180,136); }
td.TdClassName
{
border-color: #3DB488;
}
.TagClassName
{
border-color: #3DB488;
}
</style>