Html Css Color HEX #949272 Malachite Green

📋 copy color: '#949272'

red 148 ◦ green 146 ◦ blue 114

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

Shades of Malachite Green #949272

Tints of Malachite Green #949272

RGB

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

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

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

R = 36.27%
G = 35.78%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#949272 (or 0x949272) is known color: Malachite Green. HEX triplet: 94, 92 and 72. RGB value is (148,146,114). Sum of RGB (Red+Green+Blue) = 148+146+114=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #949272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949272 is #6B6D8D. Grayscale: #8F8F8F. Windows color (decimal): -7040398 or 7508628. OLE color: 7508628.

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

Color convert

RGB 148 146 114 -
CMYK 0 0.01 0.23 0.42
HSL 56.47º 0.14% 0.51% -
HSV(B) 56.47º 0.23% 0.58% -
XYZ 25.53 28.07 19.99 -
YUV 142.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 148 146 114 0 0.01 0.23 0.42 56.47 0.14 0.51
Hex 94 92 72 0 1 17 2A 38 E 33
Octal 224 222 162 0 1 27 52 70 16 63
Binary 10010100 10010010 1110010 0 1 10111 101010 111000 1110 110011

Color Harmonies of #949272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949272

Black with #949272

Text Example


Text Example

White with #949272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949272; }

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

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

background-color css

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

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

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

border-color css

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

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

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