#94916E

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

Shades of Malachite Green #94916E

Tints of Malachite Green #94916E

Color information

#94916E (or 0x94916E) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 6E. RGB value is (148,145,110). Sum of RGB (Red+Green+Blue) = 148+145+110=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916E is #6B6E91. Grayscale: #8E8E8E. Windows color (decimal): -7040658 or 7246228. OLE color: 7246228.

HSL color Cylindrical-coordinate representation of color #94916E: hue angle of 55.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94916E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148145110-
CMYK00.020.260.42
HSL55.26º15.08%50.59%-
HSV(B)55.26º25.68%58.04%-
XYZ25.1527.6718.77-
YUV141.91109.99132.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=36.72%
G=35.98%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814511000.020.260.4255.2615.0850.59
Hex94916E021A2A37f33
Octal224221156023252671763
Binary10010100100100011101110010110101010101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94916E; }

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

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

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

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

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

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

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

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