#32A67C

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

Shades of Jungle Green #32A67C

Tints of Jungle Green #32A67C

Color information

#32A67C (or 0x32A67C) is unknown color: approx Jungle Green. HEX triplet: 32, A6 and 7C. RGB value is (50,166,124). Sum of RGB (Red+Green+Blue) = 50+166+124=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #32A67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A67C is #CD5983. Grayscale: #7E7E7E. Windows color (decimal): -13457796 or 8169010. OLE color: 8169010.

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

Color convert

RGB50166124-
CMYK0.7000.250.35
HSL158.28º53.7%42.35%-
HSV(B)158.28º69.88%65.1%-
XYZ18.5929.4123.76-
YUV126.53126.5773.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=14.71%
G=48.82%
B=36.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501661240.7000.250.35158.2853.742.35
Hex32A67C46019239e362a
Octal62246174106031432366652
Binary110010101001101111100100011001100110001110011110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,166,124); }

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

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

 a { background-color: rgb(50,166,124); }

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

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

 span { border-color: rgb(50,166,124); }

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