#32A785

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

Shades of Jungle Green #32A785

Tints of Jungle Green #32A785

Color information

#32A785 (or 0x32A785) is unknown color: approx Jungle Green. HEX triplet: 32, A7 and 85. RGB value is (50,167,133). Sum of RGB (Red+Green+Blue) = 50+167+133=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #32A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A785 is #CD587A. Grayscale: #808080. Windows color (decimal): -13457531 or 8759090. OLE color: 8759090.

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

Color convert

RGB50167133-
CMYK0.7000.200.35
HSL162.56º53.92%42.55%-
HSV(B)162.56º70.06%65.49%-
XYZ19.3730.0126.96-
YUV128.14130.7472.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.29%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 133 (52.34% from 255) = 38%
R=14.29%
G=47.71%
B=38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501671330.7000.200.35162.5653.9242.55
Hex32A7854601423a3362b
Octal62247205106024432436653
Binary1100101010011110000101100011001010010001110100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,167,133); }

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

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

 a { background-color: rgb(50,167,133); }

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

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

 span { border-color: rgb(50,167,133); }

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