#95946B

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

Shades of Malachite Green #95946B

Tints of Malachite Green #95946B

Color information

#95946B (or 0x95946B) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 6B. RGB value is (149,148,107). Sum of RGB (Red+Green+Blue) = 149+148+107=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95946B is #6A6B94. Grayscale: #8F8F8F. Windows color (decimal): -6974357 or 7050389. OLE color: 7050389.

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

Color convert

RGB149148107-
CMYK00.010.280.42
HSL58.57º16.54%50.2%-
HSV(B)58.57º28.19%58.43%-
XYZ25.6428.6318.08-
YUV143.62107.33131.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=36.88%
G=36.63%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914810700.010.280.4258.5716.5450.2
Hex95946B011C2A3b1132
Octal225224153013452732162
Binary10010101100101001101011011110010101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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