Html Css Color HEX #949379 Malachite Green

📋 copy color: '#949379'

red 148 ◦ green 147 ◦ blue 121

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

Shades of Malachite Green #949379

Tints of Malachite Green #949379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 35.58%
G = 35.34%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#949379 (or 0x949379) is known color: Malachite Green. HEX triplet: 94, 93 and 79. RGB value is (148,147,121). Sum of RGB (Red+Green+Blue) = 148+147+121=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #949379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949379 is #6B6C86. Grayscale: #909090. Windows color (decimal): -7040135 or 7967636. OLE color: 7967636.

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

Color convert

RGB 148 147 121 -
CMYK 0 0.01 0.18 0.42
HSL 57.78º 0.11% 0.53% -
HSV(B) 57.78º 0.18% 0.58% -
XYZ 26.1 28.54 22.22 -
YUV 144.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 148 147 121 0 0.01 0.18 0.42 57.78 0.11 0.53
Hex 94 93 79 0 1 12 2A 3A B 35
Octal 224 223 171 0 1 22 52 72 13 65
Binary 10010100 10010011 1111001 0 1 10010 101010 111010 1011 110101

Color Harmonies of #949379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949379

Black with #949379

Text Example


Text Example

White with #949379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949379; }

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

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

background-color css

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

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

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

border-color css

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

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

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