#94937A

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

Shades of Malachite Green #94937A

Tints of Malachite Green #94937A

Color information

#94937A (or 0x94937A) is unknown color: approx Malachite Green. HEX triplet: 94, 93 and 7A. RGB value is (148,147,122). Sum of RGB (Red+Green+Blue) = 148+147+122=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937A is #6B6C85. Grayscale: #909090. Windows color (decimal): -7040134 or 8033172. OLE color: 8033172.

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

Color convert

RGB148147122-
CMYK00.010.180.42
HSL57.69º10.83%52.94%-
HSV(B)57.69º17.57%58.04%-
XYZ26.1628.5722.55-
YUV144.45115.33130.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=35.49%
G=35.25%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814712200.010.180.4257.6910.8352.94
Hex94937A01122A3ab35
Octal224223172012252721365
Binary1001010010010011111101001100101010101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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