#94937C

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

Shades of Malachite Green #94937C

Tints of Malachite Green #94937C

Color information

#94937C (or 0x94937C) is unknown color: approx Malachite Green. HEX triplet: 94, 93 and 7C. RGB value is (148,147,124). Sum of RGB (Red+Green+Blue) = 148+147+124=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937C is #6B6C83. Grayscale: #909090. Windows color (decimal): -7040132 or 8164244. OLE color: 8164244.

HSL color Cylindrical-coordinate representation of color #94937C: hue angle of 57.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94937C is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148147124-
CMYK00.010.160.42
HSL57.5º10.08%53.33%-
HSV(B)57.5º16.22%58.04%-
XYZ26.2828.6223.21-
YUV144.68116.33130.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=35.32%
G=35.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814712400.010.160.4257.510.0853.33
Hex94937C01102A3aa35
Octal224223174012052721265
Binary1001010010010011111110001100001010101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94937C; }

 p { color: rgb(148,147,124); }

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

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

 a { background-color: rgb(148,147,124); }

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

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

 span { border-color: rgb(148,147,124); }

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