#949163

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

Shades of Malachite Green #949163

Tints of Malachite Green #949163

Color information

#949163 (or 0x949163) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 63. RGB value is (148,145,99). Sum of RGB (Red+Green+Blue) = 148+145+99=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #949163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949163 is #6B6E9C. Grayscale: #8C8C8C. Windows color (decimal): -7040669 or 6525332. OLE color: 6525332.

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

Color convert

RGB14814599-
CMYK00.020.330.42
HSL56.33º19.84%48.43%-
HSV(B)56.33º33.11%58.04%-
XYZ24.5927.4515.81-
YUV140.65104.49133.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=37.76%
G=36.99%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481459900.020.330.4256.3319.8448.43
Hex94916302212A381430
Octal224221143024152702460
Binary1001010010010001110001101010000110101011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949163; }

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

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

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

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

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

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

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

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