#3BB18D

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

Shades of Jungle Green #3BB18D

Tints of Jungle Green #3BB18D

Color information

#3BB18D (or 0x3BB18D) is unknown color: approx Jungle Green. HEX triplet: 3B, B1 and 8D. RGB value is (59,177,141). Sum of RGB (Red+Green+Blue) = 59+177+141=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB18D is #C44E72. Grayscale: #898989. Windows color (decimal): -12865139 or 9285947. OLE color: 9285947.

HSL color Cylindrical-coordinate representation of color #3BB18D: hue angle of 161.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB18D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB59177141-
CMYK0.6700.200.31
HSL161.69º50%46.27%-
HSV(B)161.69º66.67%69.41%-
XYZ22.3334.330.64-
YUV137.61129.9171.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=15.65%
G=46.95%
B=37.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591771410.6700.200.31161.695046.27
Hex3BB18D430141Fa2322e
Octal73261215103024372426256
Binary111011101100011000110110000110101001111110100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,177,141); }

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

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

 a { background-color: rgb(59,177,141); }

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

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

 span { border-color: rgb(59,177,141); }

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