#949372

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

Shades of Malachite Green #949372

Tints of Malachite Green #949372

Color information

#949372 (or 0x949372) is unknown color: approx Malachite Green. HEX triplet: 94, 93 and 72. RGB value is (148,147,114). Sum of RGB (Red+Green+Blue) = 148+147+114=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #949372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949372 is #6B6C8D. Grayscale: #8F8F8F. Windows color (decimal): -7040142 or 7508884. OLE color: 7508884.

HSL color Cylindrical-coordinate representation of color #949372: hue angle of 58.24º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949372 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148147114-
CMYK00.010.230.42
HSL58.24º13.71%51.37%-
HSV(B)58.24º22.97%58.04%-
XYZ25.6828.3820.04-
YUV143.54111.33131.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=36.19%
G=35.94%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814711400.010.230.4258.2413.7151.37
Hex94937201172A3ae33
Octal224223162012752721663
Binary1001010010010011111001001101111010101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949372; }

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

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

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

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

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

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

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

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