#32A97D

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

Shades of Jungle Green #32A97D

Tints of Jungle Green #32A97D

Color information

#32A97D (or 0x32A97D) is unknown color: approx Jungle Green. HEX triplet: 32, A9 and 7D. RGB value is (50,169,125). Sum of RGB (Red+Green+Blue) = 50+169+125=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #32A97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A97D is #CD5682. Grayscale: #808080. Windows color (decimal): -13457027 or 8235314. OLE color: 8235314.

HSL color Cylindrical-coordinate representation of color #32A97D: hue angle of 157.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A97D is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB50169125-
CMYK0.7000.260.34
HSL157.82º54.34%42.94%-
HSV(B)157.82º70.41%66.27%-
XYZ19.2130.5324.28-
YUV128.4126.0872.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 169 (66.41% from 255) = 49.13%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=14.53%
G=49.13%
B=36.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal501691250.7000.260.34157.8254.3442.94
Hex32A97D4601A229e362b
Octal62251175106032422366653
Binary110010101010011111101100011001101010001010011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,169,125); }

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

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

 a { background-color: rgb(50,169,125); }

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

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

 span { border-color: rgb(50,169,125); }

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