#95936A

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

Shades of Malachite Green #95936A

Tints of Malachite Green #95936A

Color information

#95936A (or 0x95936A) is unknown color: approx Malachite Green. HEX triplet: 95, 93 and 6A. RGB value is (149,147,106). Sum of RGB (Red+Green+Blue) = 149+147+106=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95936A is #6A6C95. Grayscale: #8F8F8F. Windows color (decimal): -6974614 or 6984597. OLE color: 6984597.

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

Color convert

RGB149147106-
CMYK00.010.290.42
HSL57.21º16.86%50%-
HSV(B)57.21º28.86%58.43%-
XYZ25.4328.317.76-
YUV142.92107.16132.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=37.06%
G=36.57%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914710600.010.290.4257.2116.8650
Hex95936A011D2A391132
Octal225223152013552712162
Binary10010101100100111101010011110110101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95936A; }

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

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

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

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

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

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

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

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