#939064

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

Shades of Malachite Green #939064

Tints of Malachite Green #939064

Color information

#939064 (or 0x939064) is unknown color: approx Malachite Green. HEX triplet: 93, 90 and 64. RGB value is (147,144,100). Sum of RGB (Red+Green+Blue) = 147+144+100=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #939064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939064 is #6C6F9B. Grayscale: #8C8C8C. Windows color (decimal): -7106460 or 6590611. OLE color: 6590611.

HSL color Cylindrical-coordinate representation of color #939064: hue angle of 56.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939064 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB147144100-
CMYK00.020.320.42
HSL56.17º19.03%48.43%-
HSV(B)56.17º31.97%57.65%-
XYZ24.3127.0716-
YUV139.88105.49133.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=37.60%
G=36.83%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714410000.020.320.4256.1719.0348.43
Hex93906402202A381330
Octal223220144024052702360
Binary1001001110010000110010001010000010101011100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939064; }

 p { color: rgb(147,144,100); }

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

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

 a { background-color: rgb(147,144,100); }

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

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

 span { border-color: rgb(147,144,100); }

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