#37B48E

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

Shades of Jungle Green #37B48E

Tints of Jungle Green #37B48E

Color information

#37B48E (or 0x37B48E) is unknown color: approx Jungle Green. HEX triplet: 37, B4 and 8E. RGB value is (55,180,142). Sum of RGB (Red+Green+Blue) = 55+180+142=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #37B48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B48E is #C84B71. Grayscale: #8A8A8A. Windows color (decimal): -13126514 or 9352247. OLE color: 9352247.

HSL color Cylindrical-coordinate representation of color #37B48E: hue angle of 161.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B48E is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB55180142-
CMYK0.6900.210.29
HSL161.76º53.19%46.08%-
HSV(B)161.76º69.44%70.59%-
XYZ22.7835.4131.22-
YUV138.29130.0968.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.59%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=14.59%
G=47.75%
B=37.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551801420.6900.210.29161.7653.1946.08
Hex37B48E450151Da2352e
Octal67264216105025352426556
Binary110111101101001000111010001010101011110110100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37B48E; }

 p { color: rgb(55,180,142); }

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

<style>
 a { background-color: #37B48E; }

 a { background-color: rgb(55,180,142); }

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

<style>
 span { border-color: #37B48E; }

 span { border-color: rgb(55,180,142); }

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