#959268

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

Shades of Malachite Green #959268

Tints of Malachite Green #959268

Color information

#959268 (or 0x959268) is unknown color: approx Malachite Green. HEX triplet: 95, 92 and 68. RGB value is (149,146,104). Sum of RGB (Red+Green+Blue) = 149+146+104=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959268 is #6A6D97. Grayscale: #8E8E8E. Windows color (decimal): -6974872 or 6853269. OLE color: 6853269.

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

Color convert

RGB149146104-
CMYK00.020.300.42
HSL56º17.79%49.61%-
HSV(B)56º30.2%58.43%-
XYZ25.1727.9517.16-
YUV142.11106.49132.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=37.34%
G=36.59%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914610400.020.300.425617.7949.61
Hex959268021E2A381232
Octal225222150023652702262
Binary100101011001001011010000101111010101011100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959268; }

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

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

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

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

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

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

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

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