#949164

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

Shades of Malachite Green #949164

Tints of Malachite Green #949164

Color information

#949164 (or 0x949164) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 64. RGB value is (148,145,100). Sum of RGB (Red+Green+Blue) = 148+145+100=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949164 is #6B6E9B. Grayscale: #8C8C8C. Windows color (decimal): -7040668 or 6590868. OLE color: 6590868.

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

Color convert

RGB148145100-
CMYK00.020.320.42
HSL56.25º19.35%48.63%-
HSV(B)56.25º32.43%58.04%-
XYZ24.6427.4716.06-
YUV140.77104.99133.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=37.66%
G=36.90%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814510000.020.320.4256.2519.3548.63
Hex94916402202A381331
Octal224221144024052702361
Binary1001010010010001110010001010000010101011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949164; }

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

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

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

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

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

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

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

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