#949169

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

Shades of Malachite Green #949169

Tints of Malachite Green #949169

Color information

#949169 (or 0x949169) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 69. RGB value is (148,145,105). Sum of RGB (Red+Green+Blue) = 148+145+105=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #949169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949169 is #6B6E96. Grayscale: #8D8D8D. Windows color (decimal): -7040663 or 6918548. OLE color: 6918548.

HSL color Cylindrical-coordinate representation of color #949169: hue angle of 55.81º 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 #949169 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148145105-
CMYK00.020.290.42
HSL55.81º17%49.61%-
HSV(B)55.81º29.05%58.04%-
XYZ24.8927.5717.37-
YUV141.34107.49132.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=37.19%
G=36.43%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814510500.020.290.4255.811749.61
Hex949169021D2A381132
Octal224221151023552702162
Binary100101001001000111010010101110110101011100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949169; }

 p { color: rgb(148,145,105); }

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

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

 a { background-color: rgb(148,145,105); }

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

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

 span { border-color: rgb(148,145,105); }

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