#919072

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

Shades of Malachite Green #919072

Tints of Malachite Green #919072

Color information

#919072 (or 0x919072) is unknown color: approx Malachite Green. HEX triplet: 91, 90 and 72. RGB value is (145,144,114). Sum of RGB (Red+Green+Blue) = 145+144+114=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #919072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919072 is #6E6F8D. Grayscale: #8C8C8C. Windows color (decimal): -7237518 or 7508113. OLE color: 7508113.

HSL color Cylindrical-coordinate representation of color #919072: hue angle of 58.06º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919072 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145144114-
CMYK00.010.210.43
HSL58.06º12.35%50.78%-
HSV(B)58.06º21.38%56.86%-
XYZ24.6927.1819.86-
YUV140.88112.83130.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=35.98%
G=35.73%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514411400.010.210.4358.0612.3550.78
Hex91907201152B3ac33
Octal221220162012553721463
Binary1001000110010000111001001101011010111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919072; }

 p { color: rgb(145,144,114); }

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

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

 a { background-color: rgb(145,144,114); }

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

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

 span { border-color: rgb(145,144,114); }

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