#949272

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

Shades of Malachite Green #949272

Tints of Malachite Green #949272

Color information

#949272 (or 0x949272) is unknown color: approx Malachite Green. HEX triplet: 94, 92 and 72. RGB value is (148,146,114). Sum of RGB (Red+Green+Blue) = 148+146+114=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #949272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949272 is #6B6D8D. Grayscale: #8F8F8F. Windows color (decimal): -7040398 or 7508628. OLE color: 7508628.

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

Color convert

RGB148146114-
CMYK00.010.230.42
HSL56.47º13.71%51.37%-
HSV(B)56.47º22.97%58.04%-
XYZ25.5328.0719.99-
YUV142.95111.66131.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=36.27%
G=35.78%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814611400.010.230.4256.4713.7151.37
Hex94927201172A38e33
Octal224222162012752701663
Binary1001010010010010111001001101111010101110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949272; }

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

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

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

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

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

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

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

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