#94947A

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

Shades of Malachite Green #94947A

Tints of Malachite Green #94947A

Color information

#94947A (or 0x94947A) is unknown color: approx Malachite Green. HEX triplet: 94, 94 and 7A. RGB value is (148,148,122). Sum of RGB (Red+Green+Blue) = 148+148+122=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947A is #6B6B85. Grayscale: #919191. Windows color (decimal): -7039878 or 8033428. OLE color: 8033428.

HSL color Cylindrical-coordinate representation of color #94947A: hue angle of 60º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94947A is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148148122-
CMYK000.180.42
HSL60º10.83%52.94%-
HSV(B)60º17.57%58.04%-
XYZ26.3228.8822.6-
YUV145.04115130.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=35.41%
G=35.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148122000.180.426010.8352.94
Hex94947A00122A3cb35
Octal224224172002252741365
Binary1001010010010100111101000100101010101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94947A; }

 p { color: rgb(148,148,122); }

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

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

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

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

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

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

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