Html Css Color HEX #959477 Malachite Green

📋 copy color: '#959477'

red 149 ◦ green 148 ◦ blue 119

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

Shades of Malachite Green #959477

Tints of Malachite Green #959477

RGB

 RED value IS 149 (58.59% from 255) = 35.82%

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

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

R = 35.82%
G = 35.58%
B = 28.61%

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

#959477 (or 0x959477) is known color: Malachite Green. HEX triplet: 95, 94 and 77. RGB value is (149,148,119). Sum of RGB (Red+Green+Blue) = 149+148+119=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #959477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959477 is #6A6B88. Grayscale: #919191. Windows color (decimal): -6974345 or 7836821. OLE color: 7836821.

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

Color convert

RGB 149 148 119 -
CMYK 0 0.01 0.20 0.42
HSL 58º 0.12% 0.53% -
HSV(B) 58º 0.2% 0.58% -
XYZ 26.31 28.9 21.64 -
YUV 144.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 149 148 119 0 0.01 0.20 0.42 58 0.12 0.53
Hex 95 94 77 0 1 14 2A 3A C 35
Octal 225 224 167 0 1 24 52 72 14 65
Binary 10010101 10010100 1110111 0 1 10100 101010 111010 1100 110101

Color Harmonies of #959477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959477

Black with #959477

Text Example


Text Example

White with #959477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959477; }

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

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

background-color css

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

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

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

border-color css

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

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

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