#949264

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

Shades of Malachite Green #949264

Tints of Malachite Green #949264

Color information

#949264 (or 0x949264) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 64. RGB value is (148,146,100). Sum of RGB (Red+Green+Blue) = 148+146+100=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #949264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949264 is #6B6D9B. Grayscale: #8D8D8D. Windows color (decimal): -7040412 or 6591124. OLE color: 6591124.

HSL color Cylindrical-coordinate representation of color #949264: hue angle of 57.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949264 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148146100-
CMYK00.010.320.42
HSL57.5º19.35%48.63%-
HSV(B)57.5º32.43%58.04%-
XYZ24.7927.7716.11-
YUV141.35104.66132.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=37.56%
G=37.06%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814610000.010.320.4257.519.3548.63
Hex94926401202A3a1331
Octal224222144014052722361
Binary100101001001001011001000110000010101011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949264; }

 p { color: rgb(148,146,100); }

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

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

 a { background-color: rgb(148,146,100); }

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

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

 span { border-color: rgb(148,146,100); }

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