#32B980

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

Shades of Jungle Green #32B980

Tints of Jungle Green #32B980

Color information

#32B980 (or 0x32B980) is unknown color: approx Jungle Green. HEX triplet: 32, B9 and 80. RGB value is (50,185,128). Sum of RGB (Red+Green+Blue) = 50+185+128=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #32B980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B980 is #CD467F. Grayscale: #8A8A8A. Windows color (decimal): -13452928 or 8436018. OLE color: 8436018.

HSL color Cylindrical-coordinate representation of color #32B980: hue angle of 154.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B980 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB50185128-
CMYK0.7300.310.27
HSL154.67º57.45%46.08%-
HSV(B)154.67º72.97%72.55%-
XYZ22.5636.9326.36-
YUV138.14122.2765.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=13.77%
G=50.96%
B=35.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501851280.7300.310.27154.6757.4546.08
Hex32B9804901F1B9b392e
Octal62271200111037332337156
Binary110010101110011000000010010010111111101110011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,185,128); }

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

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

 a { background-color: rgb(50,185,128); }

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

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

 span { border-color: rgb(50,185,128); }

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