Html Css Color HEX #949271 Malachite Green

📋 copy color: '#949271'

red 148 ◦ green 146 ◦ blue 113

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

Shades of Malachite Green #949271

Tints of Malachite Green #949271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 36.36%
G = 35.87%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#949271 (or 0x949271) is known color: Malachite Green. HEX triplet: 94, 92 and 71. RGB value is (148,146,113). Sum of RGB (Red+Green+Blue) = 148+146+113=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #949271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949271 is #6B6D8E. Grayscale: #8E8E8E. Windows color (decimal): -7040399 or 7443092. OLE color: 7443092.

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

Color convert

RGB 148 146 113 -
CMYK 0 0.01 0.24 0.42
HSL 56.57º 0.14% 0.51% -
HSV(B) 56.57º 0.24% 0.58% -
XYZ 25.47 28.05 19.69 -
YUV 142.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 148 146 113 0 0.01 0.24 0.42 56.57 0.14 0.51
Hex 94 92 71 0 1 18 2A 39 E 33
Octal 224 222 161 0 1 30 52 71 16 63
Binary 10010100 10010010 1110001 0 1 11000 101010 111001 1110 110011

Color Harmonies of #949271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949271

Black with #949271

Text Example


Text Example

White with #949271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949271; }

 p { color: rgb(148,146,113); }

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

background-color css

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

 a { background-color: rgb(148,146,113); }

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

border-color css

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

 span { border-color: rgb(148,146,113); }

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