Html Css Color HEX #959372 Malachite Green

📋 copy color: '#959372'

red 149 ◦ green 147 ◦ blue 114

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

Shades of Malachite Green #959372

Tints of Malachite Green #959372

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

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

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

R = 36.34%
G = 35.85%
B = 27.8%

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

#959372 (or 0x959372) is known color: Malachite Green. HEX triplet: 95, 93 and 72. RGB value is (149,147,114). Sum of RGB (Red+Green+Blue) = 149+147+114=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #959372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959372 is #6A6C8D. Grayscale: #8F8F8F. Windows color (decimal): -6974606 or 7508885. OLE color: 7508885.

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

Color convert

RGB 149 147 114 -
CMYK 0 0.01 0.23 0.42
HSL 56.57º 0.14% 0.52% -
HSV(B) 56.57º 0.23% 0.58% -
XYZ 25.87 28.47 20.05 -
YUV 143.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 149 147 114 0 0.01 0.23 0.42 56.57 0.14 0.52
Hex 95 93 72 0 1 17 2A 39 E 34
Octal 225 223 162 0 1 27 52 71 16 64
Binary 10010101 10010011 1110010 0 1 10111 101010 111001 1110 110100

Color Harmonies of #959372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959372

Black with #959372

Text Example


Text Example

White with #959372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959372; }

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

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

background-color css

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

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

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

border-color css

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

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

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