#93916C

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

Shades of Malachite Green #93916C

Tints of Malachite Green #93916C

Color information

#93916C (or 0x93916C) is unknown color: approx Malachite Green. HEX triplet: 93, 91 and 6C. RGB value is (147,145,108). Sum of RGB (Red+Green+Blue) = 147+145+108=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #93916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93916C is #6C6E93. Grayscale: #8D8D8D. Windows color (decimal): -7106196 or 7115155. OLE color: 7115155.

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

Color convert

RGB147145108-
CMYK00.010.270.42
HSL56.92º15.29%50%-
HSV(B)56.92º26.53%57.65%-
XYZ24.8627.5418.19-
YUV141.38109.16132.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=36.75%
G=36.25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714510800.010.270.4256.9215.2950
Hex93916C011B2A39f32
Octal223221154013352711762
Binary1001001110010001110110001110111010101110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,145,108); }

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

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

 a { background-color: rgb(147,145,108); }

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

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

 span { border-color: rgb(147,145,108); }

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