#959469

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

Shades of Malachite Green #959469

Tints of Malachite Green #959469

Color information

#959469 (or 0x959469) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 69. RGB value is (149,148,105). Sum of RGB (Red+Green+Blue) = 149+148+105=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #959469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959469 is #6A6B96. Grayscale: #8F8F8F. Windows color (decimal): -6974359 or 6919317. OLE color: 6919317.

HSL color Cylindrical-coordinate representation of color #959469: hue angle of 58.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959469 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149148105-
CMYK00.010.300.42
HSL58.64º17.32%49.8%-
HSV(B)58.64º29.53%58.43%-
XYZ25.5328.5917.54-
YUV143.4106.33132-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=37.06%
G=36.82%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914810500.010.300.4258.6417.3249.8
Hex959469011E2A3b1132
Octal225224151013652732162
Binary10010101100101001101001011111010101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959469; }

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

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

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

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

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

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

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

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