Html Css Color HEX #949372 Malachite Green

📋 copy color: '#949372'

red 148 ◦ green 147 ◦ blue 114

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

Shades of Malachite Green #949372

Tints of Malachite Green #949372

RGB

 RED value IS 148 (58.2% from 255) = 36.19%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 36.19%
G = 35.94%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#949372 (or 0x949372) is known color: Malachite Green. HEX triplet: 94, 93 and 72. RGB value is (148,147,114). Sum of RGB (Red+Green+Blue) = 148+147+114=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #949372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949372 is #6B6C8D. Grayscale: #8F8F8F. Windows color (decimal): -7040142 or 7508884. OLE color: 7508884.

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

Color convert

RGB 148 147 114 -
CMYK 0 0.01 0.23 0.42
HSL 58.24º 0.14% 0.51% -
HSV(B) 58.24º 0.23% 0.58% -
XYZ 25.68 28.38 20.04 -
YUV 143.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 148 147 114 0 0.01 0.23 0.42 58.24 0.14 0.51
Hex 94 93 72 0 1 17 2A 3A E 33
Octal 224 223 162 0 1 27 52 72 16 63
Binary 10010100 10010011 1110010 0 1 10111 101010 111010 1110 110011

Color Harmonies of #949372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949372

Black with #949372

Text Example


Text Example

White with #949372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949372; }

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

 H1.HeaderClassName
 {
   color: #949372;
 }
 .AnyTagClassName
 {
   color: #949372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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