Shades of Jungle Green #3DB490
Tints of Jungle Green #3DB490
RGB
CMYK
RGB Variations
Color information
#3DB490 (or 0x3DB490) is known color: Jungle Green. HEX triplet: 3D, B4 and 90. RGB value is (61,180,144). Sum of RGB (Red+Green+Blue) = 61+180+144=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB490 is #C24B6F. Grayscale: #8C8C8C. Windows color (decimal): -12733296 or 9483325. OLE color: 9483325.
HSL color Cylindrical-coordinate representation of color #3DB490: hue angle of 161.85º 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 #3DB490 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 144 | - |
| CMYK | 0.66 | 0 | 0.2 | 0.29 |
| HSL | 161.85º | 0.49% | 0.47% | - |
| HSV(B) | 161.85º | 0.66% | 0.71% | - |
| XYZ | 23.28 | 35.65 | 32.04 | - |
| YUV | 140.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 144 | 0.66 | 0 | 0.2 | 0.29 | 161.85 | 0.49 | 0.47 |
| Hex | 3D | B4 | 90 | 42 | 0 | 14 | 1D | A2 | 31 | 2F |
| Octal | 75 | 264 | 220 | 102 | 0 | 24 | 35 | 242 | 61 | 57 |
| Binary | 111101 | 10110100 | 10010000 | 1000010 | 0 | 10100 | 11101 | 10100010 | 110001 | 101111 |
Color Harmonies of #3DB490
Complementary color
Monochromatic Colors of #3DB490
Black with #3DB490
Text Example
Text Example
White with #3DB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB490; }
p { color: rgb(61,180,144); }
H1.HeaderClassName
{
color: #3DB490;
}
.AnyTagClassName
{
color: #3DB490;
}
</style>
background-color css
<style>
a { background-color: #3DB490; }
a { background-color: rgb(61,180,144); }
div.DivClassName
{
background-color: #3DB490;
}
.BgClassName
{
background-color: #3DB490;
}
</style>
border-color css
<style>
span { border-color: #3DB490; }
span { border-color: rgb(61,180,144); }
td.TdClassName
{
border-color: #3DB490;
}
.TagClassName
{
border-color: #3DB490;
}
</style>