#37B386

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

Shades of Jungle Green #37B386

Tints of Jungle Green #37B386

Color information

#37B386 (or 0x37B386) is unknown color: approx Jungle Green. HEX triplet: 37, B3 and 86. RGB value is (55,179,134). Sum of RGB (Red+Green+Blue) = 55+179+134=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #37B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B386 is #C84C79. Grayscale: #888888. Windows color (decimal): -13126778 or 8827703. OLE color: 8827703.

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

Color convert

RGB55179134-
CMYK0.6900.250.30
HSL158.23º52.99%45.88%-
HSV(B)158.23º69.27%70.2%-
XYZ2234.7728.11-
YUV136.79126.4269.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.95%
GREEN value IS 179 (70.31% from 255) = 48.64%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=14.95%
G=48.64%
B=36.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551791340.6900.250.30158.2352.9945.88
Hex37B386450191E9e352e
Octal67263206105031362366556
Binary110111101100111000011010001010110011111010011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,179,134); }

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

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

 a { background-color: rgb(55,179,134); }

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

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

 span { border-color: rgb(55,179,134); }

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