#3BB18A

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

Shades of Jungle Green #3BB18A

Tints of Jungle Green #3BB18A

Color information

#3BB18A (or 0x3BB18A) is unknown color: approx Jungle Green. HEX triplet: 3B, B1 and 8A. RGB value is (59,177,138). Sum of RGB (Red+Green+Blue) = 59+177+138=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB18A is #C44E75. Grayscale: #898989. Windows color (decimal): -12865142 or 9089339. OLE color: 9089339.

HSL color Cylindrical-coordinate representation of color #3BB18A: hue angle of 160.17º 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 #3BB18A is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB59177138-
CMYK0.6700.220.31
HSL160.17º50%46.27%-
HSV(B)160.17º66.67%69.41%-
XYZ22.1134.2129.48-
YUV137.27128.4172.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.78%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=15.78%
G=47.33%
B=36.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591771380.6700.220.31160.175046.27
Hex3BB18A430161Fa0322e
Octal73261212103026372406256
Binary111011101100011000101010000110101101111110100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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