#959468

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

Shades of Malachite Green #959468

Tints of Malachite Green #959468

Color information

#959468 (or 0x959468) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 68. RGB value is (149,148,104). Sum of RGB (Red+Green+Blue) = 149+148+104=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #959468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959468 is #6A6B97. Grayscale: #8F8F8F. Windows color (decimal): -6974360 or 6853781. OLE color: 6853781.

HSL color Cylindrical-coordinate representation of color #959468: hue angle of 58.67º degrees, saturation: 0.18, 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 #959468 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149148104-
CMYK00.010.300.42
HSL58.67º17.79%49.61%-
HSV(B)58.67º30.2%58.43%-
XYZ25.4828.5717.27-
YUV143.28105.83132.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=37.16%
G=36.91%
B=25.94%

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
Decimal14914810400.010.300.4258.6717.7949.61
Hex959468011E2A3b1232
Octal225224150013652732262
Binary10010101100101001101000011111010101011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959468; }

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

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

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

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

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

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

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

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