#94947B

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

Shades of Malachite Green #94947B

Tints of Malachite Green #94947B

Color information

#94947B (or 0x94947B) is unknown color: approx Malachite Green. HEX triplet: 94, 94 and 7B. RGB value is (148,148,123). Sum of RGB (Red+Green+Blue) = 148+148+123=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947B is #6B6B84. Grayscale: #919191. Windows color (decimal): -7039877 or 8098964. OLE color: 8098964.

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

Color convert

RGB148148123-
CMYK000.170.42
HSL60º10.46%53.14%-
HSV(B)60º16.89%58.04%-
XYZ26.3828.9122.93-
YUV145.15115.5130.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=35.32%
G=35.32%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148123000.170.426010.4653.14
Hex94947B00112A3ca35
Octal224224173002152741265
Binary1001010010010100111101100100011010101111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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