#37b985

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

Shades of Jungle Green #37B985

Tints of Jungle Green #37B985

Color information

#37B985 (or 0x37B985) is unknown color: approx Jungle Green. HEX triplet: 37, B9 and 85. RGB value is (55,185,133). Sum of RGB (Red+Green+Blue) = 55+185+133=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #37B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B985 is #C8467A. Grayscale: #8C8C8C. Windows color (decimal): -13125243 or 8763703. OLE color: 8763703.

HSL color Cylindrical-coordinate representation of color #37B985: hue angle of 156º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B985 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB55185133-
CMYK0.7000.280.27
HSL156º54.17%47.06%-
HSV(B)156º70.27%72.55%-
XYZ23.1637.228.15-
YUV140.2123.9367.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=14.75%
G=49.60%
B=35.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551851330.7000.280.2715654.1747.06
Hex37B9854601C1B9c362f
Octal67271205106034332346657
Binary110111101110011000010110001100111001101110011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37b985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,185,133); }

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

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

 a { background-color: rgb(55,185,133); }

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

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

 span { border-color: rgb(55,185,133); }

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