#95947B

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

Shades of Malachite Green #95947B

Tints of Malachite Green #95947B

Color information

#95947B (or 0x95947B) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 7B. RGB value is (149,148,123). Sum of RGB (Red+Green+Blue) = 149+148+123=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947B is #6A6B84. Grayscale: #919191. Windows color (decimal): -6974341 or 8098965. OLE color: 8098965.

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

Color convert

RGB149148123-
CMYK00.010.170.42
HSL57.69º10.92%53.33%-
HSV(B)57.69º17.45%58.43%-
XYZ26.562922.94-
YUV145.45115.33130.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=35.48%
G=35.24%
B=29.29%

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
Decimal14914812300.010.170.4257.6910.9253.33
Hex95947B01112A3ab35
Octal225224173012152721365
Binary1001010110010100111101101100011010101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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