#93927B

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

Shades of Malachite Green #93927B

Tints of Malachite Green #93927B

Color information

#93927B (or 0x93927B) is unknown color: approx Malachite Green. HEX triplet: 93, 92 and 7B. RGB value is (147,146,123). Sum of RGB (Red+Green+Blue) = 147+146+123=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93927B is #6C6D84. Grayscale: #8F8F8F. Windows color (decimal): -7105925 or 8098451. OLE color: 8098451.

HSL color Cylindrical-coordinate representation of color #93927B: 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 #93927B is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147146123-
CMYK00.010.160.42
HSL57.5º10%52.94%-
HSV(B)57.5º16.33%57.65%-
XYZ25.8928.1922.82-
YUV143.68116.33130.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=35.34%
G=35.10%
B=29.57%

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
Decimal14714612300.010.160.4257.51052.94
Hex93927B01102A3aa35
Octal223222173012052721265
Binary1001001110010010111101101100001010101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93927B; }

 p { color: rgb(147,146,123); }

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

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

 a { background-color: rgb(147,146,123); }

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

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

 span { border-color: rgb(147,146,123); }

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