#3DB58F

Color #3DB58F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #3DB58F

Tints of Jungle Green #3DB58F

Color information

#3DB58F (or 0x3DB58F) is unknown color: approx Jungle Green. HEX triplet: 3D, B5 and 8F. RGB value is (61,181,143). Sum of RGB (Red+Green+Blue) = 61+181+143=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB58F is #C24A70. Grayscale: #8C8C8C. Windows color (decimal): -12733041 or 9418045. OLE color: 9418045.

HSL color Cylindrical-coordinate representation of color #3DB58F: hue angle of 161º 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 #3DB58F is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB61181143-
CMYK0.6600.210.29
HSL161º49.59%47.45%-
HSV(B)161º66.3%70.98%-
XYZ23.4136.0231.71-
YUV140.79129.2471.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 181 (71.09% from 255) = 47.01%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=15.84%
G=47.01%
B=37.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal611811430.6600.210.2916149.5947.45
Hex3DB58F420151Da1322f
Octal75265217102025352416257
Binary111101101101011000111110000100101011110110100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB58F; }

 p { color: rgb(61,181,143); }

 H1.HeaderClassName
 {
   color: #3DB58F;
 }
 .AnyTagClassName
 {
   color: #3DB58F;
 }
</style>
background-color css

<style>
 a { background-color: #3DB58F; }

 a { background-color: rgb(61,181,143); }

 div.DivClassName
 {
   background-color: #3DB58F;
 }
 .BgClassName
 {
   background-color: #3DB58F;
 }
</style>
border-color css

<style>
 span { border-color: #3DB58F; }

 span { border-color: rgb(61,181,143); }

 td.TdClassName
 {
   border-color: #3DB58F;
 }
 .TagClassName
 {
   border-color: #3DB58F;
 }
</style>