Html Css Color HEX #949165 Malachite Green

📋 copy color: '#949165'

red 148 ◦ green 145 ◦ blue 101

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

Shades of Malachite Green #949165

Tints of Malachite Green #949165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 37.56%
G = 36.8%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#949165 (or 0x949165) is known color: Malachite Green. HEX triplet: 94, 91 and 65. RGB value is (148,145,101). Sum of RGB (Red+Green+Blue) = 148+145+101=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #949165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949165 is #6B6E9A. Grayscale: #8D8D8D. Windows color (decimal): -7040667 or 6656404. OLE color: 6656404.

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

Color convert

RGB 148 145 101 -
CMYK 0 0.02 0.32 0.42
HSL 56.17º 0.19% 0.49% -
HSV(B) 56.17º 0.32% 0.58% -
XYZ 24.69 27.49 16.32 -
YUV 140.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 148 145 101 0 0.02 0.32 0.42 56.17 0.19 0.49
Hex 94 91 65 0 2 20 2A 38 13 31
Octal 224 221 145 0 2 40 52 70 23 61
Binary 10010100 10010001 1100101 0 10 100000 101010 111000 10011 110001

Color Harmonies of #949165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949165

Black with #949165

Text Example


Text Example

White with #949165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949165; }

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

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

background-color css

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

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

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

border-color css

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

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

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