Html Css Color HEX #919272 Malachite Green

📋 copy color: '#919272'

red 145 ◦ green 146 ◦ blue 114

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

Shades of Malachite Green #919272

Tints of Malachite Green #919272

RGB

 RED value IS 145 (57.03% from 255) = 35.8%

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

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

R = 35.8%
G = 36.05%
B = 28.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#919272 (or 0x919272) is known color: Malachite Green. HEX triplet: 91, 92 and 72. RGB value is (145,146,114). Sum of RGB (Red+Green+Blue) = 145+146+114=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #919272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919272 is #6E6D8D. Grayscale: #8E8E8E. Windows color (decimal): -7237006 or 7508625. OLE color: 7508625.

HSL color Cylindrical-coordinate representation of color #919272: hue angle of 61.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919272 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 146 114 -
CMYK 0.01 0 0.22 0.43
HSL 61.88º 0.13% 0.51% -
HSV(B) 61.88º 0.22% 0.57% -
XYZ 24.99 27.79 19.97 -
YUV 142.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 145 146 114 0.01 0 0.22 0.43 61.88 0.13 0.51
Hex 91 92 72 1 0 16 2B 3E D 33
Octal 221 222 162 1 0 26 53 76 15 63
Binary 10010001 10010010 1110010 1 0 10110 101011 111110 1101 110011

Color Harmonies of #919272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919272

Black with #919272

Text Example


Text Example

White with #919272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919272; }

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

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

background-color css

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

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

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

border-color css

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

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

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