#959478

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

Shades of Malachite Green #959478

Tints of Malachite Green #959478

Color information

#959478 (or 0x959478) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 78. RGB value is (149,148,120). Sum of RGB (Red+Green+Blue) = 149+148+120=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #959478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959478 is #6A6B87. Grayscale: #919191. Windows color (decimal): -6974344 or 7902357. OLE color: 7902357.

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

Color convert

RGB149148120-
CMYK00.010.190.42
HSL57.93º12.03%52.75%-
HSV(B)57.93º19.46%58.43%-
XYZ26.3728.9321.96-
YUV145.11113.83130.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=35.73%
G=35.49%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914812000.010.190.4257.9312.0352.75
Hex95947801132A3ac35
Octal225224170012352721465
Binary1001010110010100111100001100111010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959478; }

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

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

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

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

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

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

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

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