#949265

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

Shades of Malachite Green #949265

Tints of Malachite Green #949265

Color information

#949265 (or 0x949265) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 65. RGB value is (148,146,101). Sum of RGB (Red+Green+Blue) = 148+146+101=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #949265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949265 is #6B6D9A. Grayscale: #8D8D8D. Windows color (decimal): -7040411 or 6656660. OLE color: 6656660.

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

Color convert

RGB148146101-
CMYK00.010.320.42
HSL57.45º18.88%48.82%-
HSV(B)57.45º31.76%58.04%-
XYZ24.8427.7916.37-
YUV141.47105.16132.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=37.47%
G=36.96%
B=25.57%

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
Decimal14814610100.010.320.4257.4518.8848.82
Hex94926501202A391331
Octal224222145014052712361
Binary100101001001001011001010110000010101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949265; }

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

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

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

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

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

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

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

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