#3AB18A

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

Shades of Jungle Green #3AB18A

Tints of Jungle Green #3AB18A

Color information

#3AB18A (or 0x3AB18A) is unknown color: approx Jungle Green. HEX triplet: 3A, B1 and 8A. RGB value is (58,177,138). Sum of RGB (Red+Green+Blue) = 58+177+138=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB18A is #C54E75. Grayscale: #898989. Windows color (decimal): -12930678 or 9089338. OLE color: 9089338.

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

Color convert

RGB58177138-
CMYK0.6700.220.31
HSL160.34º50.64%46.08%-
HSV(B)160.34º67.23%69.41%-
XYZ22.0534.1829.48-
YUV136.97128.5871.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=15.55%
G=47.45%
B=37.00%

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
Decimal581771380.6700.220.31160.3450.6446.08
Hex3AB18A430161Fa0332e
Octal72261212103026372406356
Binary111010101100011000101010000110101101111110100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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