#949376

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

Shades of Malachite Green #949376

Tints of Malachite Green #949376

Color information

#949376 (or 0x949376) is unknown color: approx Malachite Green. HEX triplet: 94, 93 and 76. RGB value is (148,147,118). Sum of RGB (Red+Green+Blue) = 148+147+118=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #949376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949376 is #6B6C89. Grayscale: #909090. Windows color (decimal): -7040138 or 7771028. OLE color: 7771028.

HSL color Cylindrical-coordinate representation of color #949376: hue angle of 58º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949376 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148147118-
CMYK00.010.200.42
HSL58º12.3%52.16%-
HSV(B)58º20.27%58.04%-
XYZ25.9228.4721.27-
YUV143.99113.33130.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=35.84%
G=35.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814711800.010.200.425812.352.16
Hex94937601142A3ac34
Octal224223166012452721464
Binary1001010010010011111011001101001010101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949376; }

 p { color: rgb(148,147,118); }

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

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

 a { background-color: rgb(148,147,118); }

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

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

 span { border-color: rgb(148,147,118); }

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