Html Css Color HEX #919372 Malachite Green

📋 copy color: '#919372'

red 145 ◦ green 147 ◦ blue 114

#919372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #919372

Tints of Malachite Green #919372

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 value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#919372 (or 0x919372) is known color: 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

RGB 145 147 114 -
CMYK 0.01 0 0.22 0.42
HSL 63.64º 0.13% 0.51% -
HSV(B) 63.64º 0.22% 0.58% -
XYZ 25.15 28.1 20.02 -
YUV 142.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 145 147 114 0.01 0 0.22 0.42 63.64 0.13 0.51
Hex 91 93 72 1 0 16 2A 40 D 33
Octal 221 223 162 1 0 26 52 100 15 63
Binary 10010001 10010011 1110010 1 0 10110 101010 1000000 1101 110011

Color Harmonies of #919372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919372

Black with #919372

Text Example


Text Example

White with #919372

Text Example


Text Example

HTML Codes & Css Web 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>