#949572

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

Shades of Malachite Green #949572

Tints of Malachite Green #949572

Color information

#949572 (or 0x949572) is unknown color: approx Malachite Green. HEX triplet: 94, 95 and 72. RGB value is (148,149,114). Sum of RGB (Red+Green+Blue) = 148+149+114=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #949572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949572 is #6B6A8D. Grayscale: #909090. Windows color (decimal): -7039630 or 7509396. OLE color: 7509396.

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

Color convert

RGB148149114-
CMYK0.0100.230.42
HSL61.71º14.17%51.57%-
HSV(B)61.71º23.49%58.43%-
XYZ2629.0120.15-
YUV144.71110.67130.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=36.01%
G=36.25%
B=27.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491140.0100.230.4261.7114.1751.57
Hex94957210172A3ee34
Octal224225162102752761664
Binary1001010010010101111001010101111010101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949572; }

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

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

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

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

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

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

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

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