#94957A

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

Shades of Malachite Green #94957A

Tints of Malachite Green #94957A

Color information

#94957A (or 0x94957A) is unknown color: approx Malachite Green. HEX triplet: 94, 95 and 7A. RGB value is (148,149,122). Sum of RGB (Red+Green+Blue) = 148+149+122=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #94957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94957A is #6B6A85. Grayscale: #919191. Windows color (decimal): -7039622 or 8033684. OLE color: 8033684.

HSL color Cylindrical-coordinate representation of color #94957A: hue angle of 62.22º 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 #94957A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148149122-
CMYK0.0100.180.42
HSL62.22º11.3%53.14%-
HSV(B)62.22º18.12%58.43%-
XYZ26.4729.222.65-
YUV145.62114.67129.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=35.32%
G=35.56%
B=29.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491220.0100.180.4262.2211.353.14
Hex94957A10122A3eb35
Octal224225172102252761365
Binary1001010010010101111101010100101010101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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