#919372

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

Shades of Malachite Green #919372

Tints of Malachite Green #919372

Color information

#919372 (or 0x919372) is unknown color: approx Malachite Green. HEX triplet: 91, 93 and 72. RGB value is (145,147,114). Sum of RGB (Red+Green+Blue) = 145+147+114=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #919372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919372 is #6E6C8D. Grayscale: #8E8E8E. Windows color (decimal): -7236750 or 7508881. OLE color: 7508881.

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

Color convert

RGB145147114-
CMYK0.0100.220.42
HSL63.64º13.25%51.18%-
HSV(B)63.64º22.45%57.65%-
XYZ25.1528.120.02-
YUV142.64111.84129.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=35.71%
G=36.21%
B=28.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471140.0100.220.4263.6413.2551.18
Hex91937210162A40d33
Octal2212231621026521001563
Binary10010001100100111110010101011010101010000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919372; }

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

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

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

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

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

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

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

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