#32A984

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

Shades of Jungle Green #32A984

Tints of Jungle Green #32A984

Color information

#32A984 (or 0x32A984) is unknown color: approx Jungle Green. HEX triplet: 32, A9 and 84. RGB value is (50,169,132). Sum of RGB (Red+Green+Blue) = 50+169+132=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #32A984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A984 is #CD567B. Grayscale: #818181. Windows color (decimal): -13457020 or 8694066. OLE color: 8694066.

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

Color convert

RGB50169132-
CMYK0.7000.220.34
HSL161.34º54.34%42.94%-
HSV(B)161.34º70.41%66.27%-
XYZ19.6730.7226.72-
YUV129.2129.5871.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=14.25%
G=48.15%
B=37.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal501691320.7000.220.34161.3454.3442.94
Hex32A9844601622a1362b
Octal62251204106026422416653
Binary1100101010100110000100100011001011010001010100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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