#95947C

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

Shades of Malachite Green #95947C

Tints of Malachite Green #95947C

Color information

#95947C (or 0x95947C) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 7C. RGB value is (149,148,124). Sum of RGB (Red+Green+Blue) = 149+148+124=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947C is #6A6B83. Grayscale: #919191. Windows color (decimal): -6974340 or 8164501. OLE color: 8164501.

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

Color convert

RGB149148124-
CMYK00.010.170.42
HSL57.6º10.55%53.53%-
HSV(B)57.6º16.78%58.43%-
XYZ26.6229.0223.27-
YUV145.56115.83130.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=35.39%
G=35.15%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914812400.010.170.4257.610.5553.53
Hex95947C01112A3ab36
Octal225224174012152721366
Binary1001010110010100111110001100011010101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95947C; }

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

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

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

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

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

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

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

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