#919375

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

Shades of Malachite Green #919375

Tints of Malachite Green #919375

Color information

#919375 (or 0x919375) is unknown color: approx Malachite Green. HEX triplet: 91, 93 and 75. RGB value is (145,147,117). Sum of RGB (Red+Green+Blue) = 145+147+117=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #919375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919375 is #6E6C8A. Grayscale: #8F8F8F. Windows color (decimal): -7236747 or 7705489. OLE color: 7705489.

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

Color convert

RGB145147117-
CMYK0.0100.200.42
HSL64º12.2%51.76%-
HSV(B)64º20.41%57.65%-
XYZ25.3228.1720.93-
YUV142.98113.34129.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=35.45%
G=35.94%
B=28.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471170.0100.200.426412.251.76
Hex91937510142A40c34
Octal2212231651024521001464
Binary10010001100100111110101101010010101010000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919375; }

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

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

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

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

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

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

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

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