#93916E

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

Shades of Malachite Green #93916E

Tints of Malachite Green #93916E

Color information

#93916E (or 0x93916E) is unknown color: approx Malachite Green. HEX triplet: 93, 91 and 6E. RGB value is (147,145,110). Sum of RGB (Red+Green+Blue) = 147+145+110=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93916E is #6C6E91. Grayscale: #8D8D8D. Windows color (decimal): -7106194 or 7246227. OLE color: 7246227.

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

Color convert

RGB147145110-
CMYK00.010.250.42
HSL56.76º14.62%50.39%-
HSV(B)56.76º25.17%57.65%-
XYZ24.9727.5818.76-
YUV141.61110.16131.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=36.57%
G=36.07%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714511000.010.250.4256.7614.6250.39
Hex93916E01192A39f32
Octal223221156013152711762
Binary1001001110010001110111001110011010101110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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