#949574

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

Shades of Malachite Green #949574

Tints of Malachite Green #949574

Color information

#949574 (or 0x949574) is unknown color: approx Malachite Green. HEX triplet: 94, 95 and 74. RGB value is (148,149,116). Sum of RGB (Red+Green+Blue) = 148+149+116=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #949574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949574 is #6B6A8B. Grayscale: #919191. Windows color (decimal): -7039628 or 7640468. OLE color: 7640468.

HSL color Cylindrical-coordinate representation of color #949574: hue angle of 61.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949574 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148149116-
CMYK0.0100.220.42
HSL61.82º13.47%51.96%-
HSV(B)61.82º22.15%58.43%-
XYZ26.1129.0520.75-
YUV144.94111.67130.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=35.84%
G=36.08%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491160.0100.220.4261.8213.4751.96
Hex94957410162A3ed34
Octal224225164102652761564
Binary1001010010010101111010010101101010101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949574; }

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

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

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

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

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

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

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

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