#95905F

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

Shades of Malachite Green #95905F

Tints of Malachite Green #95905F

Color information

#95905F (or 0x95905F) is unknown color: approx Malachite Green. HEX triplet: 95, 90 and 5F. RGB value is (149,144,95). Sum of RGB (Red+Green+Blue) = 149+144+95=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905F is #6A6FA0. Grayscale: #8C8C8C. Windows color (decimal): -6975393 or 6262933. OLE color: 6262933.

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

Color convert

RGB14914495-
CMYK00.030.360.42
HSL54.44º22.13%47.84%-
HSV(B)54.44º36.24%58.43%-
XYZ24.4327.1614.78-
YUV139.91102.66134.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=38.40%
G=37.11%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491449500.030.360.4254.4422.1347.84
Hex95905F03242A361630
Octal225220137034452662660
Binary1001010110010000101111101110010010101011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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