#32B088

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

Shades of Jungle Green #32B088

Tints of Jungle Green #32B088

Color information

#32B088 (or 0x32B088) is unknown color: approx Jungle Green. HEX triplet: 32, B0 and 88. RGB value is (50,176,136). Sum of RGB (Red+Green+Blue) = 50+176+136=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #32B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B088 is #CD4F77. Grayscale: #858585. Windows color (decimal): -13455224 or 8958002. OLE color: 8958002.

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

Color convert

RGB50176136-
CMYK0.7200.230.31
HSL160.95º55.75%44.31%-
HSV(B)160.95º71.59%69.02%-
XYZ21.2833.5128.64-
YUV133.77129.2668.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=13.81%
G=48.62%
B=37.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501761360.7200.230.31160.9555.7544.31
Hex32B088480171Fa1382c
Octal62260210110027372417054
Binary110010101100001000100010010000101111111110100001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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