Html Css Color HEX #949479 Malachite Green

📋 copy color: '#949479'

red 148 ◦ green 148 ◦ blue 121

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

Shades of Malachite Green #949479

Tints of Malachite Green #949479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 35.49%
G = 35.49%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#949479 (or 0x949479) is known color: Malachite Green. HEX triplet: 94, 94 and 79. RGB value is (148,148,121). Sum of RGB (Red+Green+Blue) = 148+148+121=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949479 is #6B6B86. Grayscale: #919191. Windows color (decimal): -7039879 or 7967892. OLE color: 7967892.

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

Color convert

RGB 148 148 121 -
CMYK 0 0 0.18 0.42
HSL 60º 0.11% 0.53% -
HSV(B) 60º 0.18% 0.58% -
XYZ 26.25 28.86 22.28 -
YUV 144.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 148 148 121 0 0 0.18 0.42 60 0.11 0.53
Hex 94 94 79 0 0 12 2A 3C B 35
Octal 224 224 171 0 0 22 52 74 13 65
Binary 10010100 10010100 1111001 0 0 10010 101010 111100 1011 110101

Color Harmonies of #949479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949479

Black with #949479

Text Example


Text Example

White with #949479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949479; }

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

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

background-color css

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

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

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

border-color css

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

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

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