#959368

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

Shades of Malachite Green #959368

Tints of Malachite Green #959368

Color information

#959368 (or 0x959368) is unknown color: approx Malachite Green. HEX triplet: 95, 93 and 68. RGB value is (149,147,104). Sum of RGB (Red+Green+Blue) = 149+147+104=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #959368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959368 is #6A6C97. Grayscale: #8E8E8E. Windows color (decimal): -6974616 or 6853525. OLE color: 6853525.

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

Color convert

RGB149147104-
CMYK00.010.300.42
HSL57.33º17.79%49.61%-
HSV(B)57.33º30.2%58.43%-
XYZ25.3328.2617.22-
YUV142.7106.16132.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 104 (41.02% from 255) = 26%
R=37.25%
G=36.75%
B=26%

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
Decimal14914710400.010.300.4257.3317.7949.61
Hex959368011E2A391232
Octal225223150013652712262
Binary10010101100100111101000011111010101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959368; }

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

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

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

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

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

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

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

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