#949271

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

Shades of Malachite Green #949271

Tints of Malachite Green #949271

Color information

#949271 (or 0x949271) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 71. RGB value is (148,146,113). Sum of RGB (Red+Green+Blue) = 148+146+113=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #949271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949271 is #6B6D8E. Grayscale: #8E8E8E. Windows color (decimal): -7040399 or 7443092. OLE color: 7443092.

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

Color convert

RGB148146113-
CMYK00.010.240.42
HSL56.57º14.06%51.18%-
HSV(B)56.57º23.65%58.04%-
XYZ25.4728.0519.69-
YUV142.84111.16131.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=36.36%
G=35.87%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814611300.010.240.4256.5714.0651.18
Hex94927101182A39e33
Octal224222161013052711663
Binary1001010010010010111000101110001010101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949271; }

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

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

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

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

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

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

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

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