#32A67E

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

Shades of Jungle Green #32A67E

Tints of Jungle Green #32A67E

Color information

#32A67E (or 0x32A67E) is unknown color: approx Jungle Green. HEX triplet: 32, A6 and 7E. RGB value is (50,166,126). Sum of RGB (Red+Green+Blue) = 50+166+126=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #32A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A67E is #CD5981. Grayscale: #7E7E7E. Windows color (decimal): -13457794 or 8300082. OLE color: 8300082.

HSL color Cylindrical-coordinate representation of color #32A67E: hue angle of 159.31º 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 #32A67E is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB50166126-
CMYK0.7000.240.35
HSL159.31º53.7%42.35%-
HSV(B)159.31º69.88%65.1%-
XYZ18.7229.4624.44-
YUV126.76127.5773.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=14.62%
G=48.54%
B=36.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501661260.7000.240.35159.3153.742.35
Hex32A67E46018239f362a
Octal62246176106030432376652
Binary110010101001101111110100011001100010001110011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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