#959471

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

Shades of Malachite Green #959471

Tints of Malachite Green #959471

Color information

#959471 (or 0x959471) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 71. RGB value is (149,148,113). Sum of RGB (Red+Green+Blue) = 149+148+113=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #959471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959471 is #6A6B8E. Grayscale: #909090. Windows color (decimal): -6974351 or 7443605. OLE color: 7443605.

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

Color convert

RGB149148113-
CMYK00.010.240.42
HSL58.33º14.52%51.37%-
HSV(B)58.33º24.16%58.43%-
XYZ25.9628.7619.81-
YUV144.31110.33131.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=36.34%
G=36.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914811300.010.240.4258.3314.5251.37
Hex95947101182A3af33
Octal225224161013052721763
Binary1001010110010100111000101110001010101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959471; }

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

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

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

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

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

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

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

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