#959163

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

Shades of Malachite Green #959163

Tints of Malachite Green #959163

Color information

#959163 (or 0x959163) is unknown color: approx Malachite Green. HEX triplet: 95, 91 and 63. RGB value is (149,145,99). Sum of RGB (Red+Green+Blue) = 149+145+99=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #959163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959163 is #6A6E9C. Grayscale: #8D8D8D. Windows color (decimal): -6975133 or 6525333. OLE color: 6525333.

HSL color Cylindrical-coordinate representation of color #959163: hue angle of 55.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959163 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14914599-
CMYK00.030.340.42
HSL55.2º20.16%48.63%-
HSV(B)55.2º33.56%58.43%-
XYZ24.7727.5415.81-
YUV140.95104.33133.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=37.91%
G=36.90%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491459900.030.340.4255.220.1648.63
Hex95916303222A371431
Octal225221143034252672461
Binary1001010110010001110001101110001010101011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959163; }

 p { color: rgb(149,145,99); }

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

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

 a { background-color: rgb(149,145,99); }

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

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

 span { border-color: rgb(149,145,99); }

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