#949267

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

Shades of Malachite Green #949267

Tints of Malachite Green #949267

Color information

#949267 (or 0x949267) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 67. RGB value is (148,146,103). Sum of RGB (Red+Green+Blue) = 148+146+103=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #949267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949267 is #6B6D98. Grayscale: #8D8D8D. Windows color (decimal): -7040409 or 6787732. OLE color: 6787732.

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

Color convert

RGB148146103-
CMYK00.010.300.42
HSL57.33º17.93%49.22%-
HSV(B)57.33º30.41%58.04%-
XYZ24.9427.8316.89-
YUV141.7106.16132.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=37.28%
G=36.78%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814610300.010.300.4257.3317.9349.22
Hex949267011E2A391231
Octal224222147013652712261
Binary10010100100100101100111011111010101011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949267; }

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

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

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

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

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

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

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

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