Html Css Color HEX #949162 Malachite Green

📋 copy color: '#949162'

red 148 ◦ green 145 ◦ blue 98

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

Shades of Malachite Green #949162

Tints of Malachite Green #949162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 98 (38.67% from 255) = 25.06%

R = 37.85%
G = 37.08%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#949162 (or 0x949162) is known color: Malachite Green. HEX triplet: 94, 91 and 62. RGB value is (148,145,98). Sum of RGB (Red+Green+Blue) = 148+145+98=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #949162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949162 is #6B6E9D. Grayscale: #8C8C8C. Windows color (decimal): -7040670 or 6459796. OLE color: 6459796.

HSL color Cylindrical-coordinate representation of color #949162: hue angle of 56.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949162 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 98 -
CMYK 0 0.02 0.34 0.42
HSL 56.4º 0.2% 0.48% -
HSV(B) 56.4º 0.34% 0.58% -
XYZ 24.54 27.43 15.56 -
YUV 140.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 148 145 98 0 0.02 0.34 0.42 56.4 0.2 0.48
Hex 94 91 62 0 2 22 2A 38 14 30
Octal 224 221 142 0 2 42 52 70 24 60
Binary 10010100 10010001 1100010 0 10 100010 101010 111000 10100 110000

Color Harmonies of #949162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949162

Black with #949162

Text Example


Text Example

White with #949162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949162; }

 p { color: rgb(148,145,98); }

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

background-color css

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

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

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

border-color css

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

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

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