#32D059

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

Shades of Malachite #32D059

Tints of Malachite #32D059

Color information

#32D059 (or 0x32D059) is unknown color: approx Malachite. HEX triplet: 32, D0 and 59. RGB value is (50,208,89). Sum of RGB (Red+Green+Blue) = 50+208+89=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #32D059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D059 is #CD2FA6. Grayscale: #939393. Windows color (decimal): -13447079 or 5886002. OLE color: 5886002.

HSL color Cylindrical-coordinate representation of color #32D059: hue angle of 134.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D059 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB5020889-
CMYK0.7600.570.18
HSL134.81º62.7%50.59%-
HSV(B)134.81º75.96%81.57%-
XYZ25.6746.5117.08-
YUV147.1995.1558.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 208 (81.64% from 255) = 59.94%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=14.41%
G=59.94%
B=25.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50208890.7600.570.18134.8162.750.59
Hex32D0594C03912873f33
Octal62320131114071222077763
Binary110010110100001011001100110001110011001010000111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,208,89); }

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

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

 a { background-color: rgb(50,208,89); }

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

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

 span { border-color: rgb(50,208,89); }

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