#37B088

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

Shades of Jungle Green #37B088

Tints of Jungle Green #37B088

Color information

#37B088 (or 0x37B088) is unknown color: approx Jungle Green. HEX triplet: 37, B0 and 88. RGB value is (55,176,136). Sum of RGB (Red+Green+Blue) = 55+176+136=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #37B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B088 is #C84F77. Grayscale: #878787. Windows color (decimal): -13127544 or 8958007. OLE color: 8958007.

HSL color Cylindrical-coordinate representation of color #37B088: hue angle of 160.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B088 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB55176136-
CMYK0.6900.230.31
HSL160.17º52.38%45.29%-
HSV(B)160.17º68.75%69.02%-
XYZ21.5433.6428.65-
YUV135.26128.4170.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.99%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=14.99%
G=47.96%
B=37.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551761360.6900.230.31160.1752.3845.29
Hex37B088450171Fa0342d
Octal67260210105027372406455
Binary110111101100001000100010001010101111111110100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,176,136); }

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

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

 a { background-color: rgb(55,176,136); }

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

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

 span { border-color: rgb(55,176,136); }

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