#95905E

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

Shades of Malachite Green #95905E

Tints of Malachite Green #95905E

Color information

#95905E (or 0x95905E) is unknown color: approx Malachite Green. HEX triplet: 95, 90 and 5E. RGB value is (149,144,94). Sum of RGB (Red+Green+Blue) = 149+144+94=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905E is #6A6FA1. Grayscale: #8C8C8C. Windows color (decimal): -6975394 or 6197397. OLE color: 6197397.

HSL color Cylindrical-coordinate representation of color #95905E: hue angle of 54.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95905E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14914494-
CMYK00.030.370.42
HSL54.55º22.63%47.65%-
HSV(B)54.55º36.91%58.43%-
XYZ24.3927.1414.54-
YUV139.79102.16134.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=38.50%
G=37.21%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491449400.030.370.4254.5522.6347.65
Hex95905E03252A371730
Octal225220136034552672760
Binary1001010110010000101111001110010110101011011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95905E; }

 p { color: rgb(149,144,94); }

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

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

 a { background-color: rgb(149,144,94); }

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

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

 span { border-color: rgb(149,144,94); }

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