Html Css Color HEX #949377 Malachite Green

📋 copy color: '#949377'

red 148 ◦ green 147 ◦ blue 119

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

Shades of Malachite Green #949377

Tints of Malachite Green #949377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 35.75%
G = 35.51%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#949377 (or 0x949377) is known color: Malachite Green. HEX triplet: 94, 93 and 77. RGB value is (148,147,119). Sum of RGB (Red+Green+Blue) = 148+147+119=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #949377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949377 is #6B6C88. Grayscale: #909090. Windows color (decimal): -7040137 or 7836564. OLE color: 7836564.

HSL color Cylindrical-coordinate representation of color #949377: hue angle of 57.93º 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 #949377 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 119 -
CMYK 0 0.01 0.20 0.42
HSL 57.93º 0.12% 0.52% -
HSV(B) 57.93º 0.2% 0.58% -
XYZ 25.98 28.5 21.58 -
YUV 144.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 148 147 119 0 0.01 0.20 0.42 57.93 0.12 0.52
Hex 94 93 77 0 1 14 2A 3A C 34
Octal 224 223 167 0 1 24 52 72 14 64
Binary 10010100 10010011 1110111 0 1 10100 101010 111010 1100 110100

Color Harmonies of #949377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949377

Black with #949377

Text Example


Text Example

White with #949377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949377; }

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

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

background-color css

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

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

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

border-color css

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

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

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