Html Css Color HEX #949276 Malachite Green

📋 copy color: '#949276'

red 148 ◦ green 146 ◦ blue 118

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

Shades of Malachite Green #949276

Tints of Malachite Green #949276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 35.92%
G = 35.44%
B = 28.64%

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

#949276 (or 0x949276) is known color: Malachite Green. HEX triplet: 94, 92 and 76. RGB value is (148,146,118). Sum of RGB (Red+Green+Blue) = 148+146+118=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #949276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949276 is #6B6D89. Grayscale: #8F8F8F. Windows color (decimal): -7040394 or 7770772. OLE color: 7770772.

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

Color convert

RGB 148 146 118 -
CMYK 0 0.01 0.20 0.42
HSL 56º 0.12% 0.52% -
HSV(B) 56º 0.2% 0.58% -
XYZ 25.76 28.16 21.22 -
YUV 143.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 148 146 118 0 0.01 0.20 0.42 56 0.12 0.52
Hex 94 92 76 0 1 14 2A 38 C 34
Octal 224 222 166 0 1 24 52 70 14 64
Binary 10010100 10010010 1110110 0 1 10100 101010 111000 1100 110100

Color Harmonies of #949276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949276

Black with #949276

Text Example


Text Example

White with #949276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949276; }

 p { color: rgb(148,146,118); }

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

background-color css

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

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

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

border-color css

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

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

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