Html Css Color HEX #949472 Malachite Green

📋 copy color: '#949472'

red 148 ◦ green 148 ◦ blue 114

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

Shades of Malachite Green #949472

Tints of Malachite Green #949472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 36.1%
G = 36.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#949472 (or 0x949472) is known color: Malachite Green. HEX triplet: 94, 94 and 72. RGB value is (148,148,114). Sum of RGB (Red+Green+Blue) = 148+148+114=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949472 is #6B6B8D. Grayscale: #909090. Windows color (decimal): -7039886 or 7509140. OLE color: 7509140.

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

Color convert

RGB 148 148 114 -
CMYK 0 0 0.23 0.42
HSL 60º 0.14% 0.51% -
HSV(B) 60º 0.23% 0.58% -
XYZ 25.84 28.69 20.1 -
YUV 144.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 148 148 114 0 0 0.23 0.42 60 0.14 0.51
Hex 94 94 72 0 0 17 2A 3C E 33
Octal 224 224 162 0 0 27 52 74 16 63
Binary 10010100 10010100 1110010 0 0 10111 101010 111100 1110 110011

Color Harmonies of #949472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949472

Black with #949472

Text Example


Text Example

White with #949472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949472; }

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

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

background-color css

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

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

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

border-color css

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

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

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