Html Css Color HEX #949475 Malachite Green

📋 copy color: '#949475'

red 148 ◦ green 148 ◦ blue 117

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

Shades of Malachite Green #949475

Tints of Malachite Green #949475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 35.84%
G = 35.84%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#949475 (or 0x949475) is known color: Malachite Green. HEX triplet: 94, 94 and 75. RGB value is (148,148,117). Sum of RGB (Red+Green+Blue) = 148+148+117=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949475 is #6B6B8A. Grayscale: #909090. Windows color (decimal): -7039883 or 7705748. OLE color: 7705748.

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

Color convert

RGB 148 148 117 -
CMYK 0 0 0.21 0.42
HSL 60º 0.13% 0.52% -
HSV(B) 60º 0.21% 0.58% -
XYZ 26.01 28.76 21.01 -
YUV 144.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 148 148 117 0 0 0.21 0.42 60 0.13 0.52
Hex 94 94 75 0 0 15 2A 3C D 34
Octal 224 224 165 0 0 25 52 74 15 64
Binary 10010100 10010100 1110101 0 0 10101 101010 111100 1101 110100

Color Harmonies of #949475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949475

Black with #949475

Text Example


Text Example

White with #949475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949475; }

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

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

background-color css

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

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

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

border-color css

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

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

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