Html Css Color HEX #949267 Malachite Green

📋 copy color: '#949267'

red 148 ◦ green 146 ◦ blue 103

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

Shades of Malachite Green #949267

Tints of Malachite Green #949267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.94%

R = 37.28%
G = 36.78%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#949267 (or 0x949267) is known color: Malachite Green. HEX triplet: 94, 92 and 67. RGB value is (148,146,103). Sum of RGB (Red+Green+Blue) = 148+146+103=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #949267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949267 is #6B6D98. Grayscale: #8D8D8D. Windows color (decimal): -7040409 or 6787732. OLE color: 6787732.

HSL color Cylindrical-coordinate representation of color #949267: hue angle of 57.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949267 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 103 -
CMYK 0 0.01 0.30 0.42
HSL 57.33º 0.18% 0.49% -
HSV(B) 57.33º 0.3% 0.58% -
XYZ 24.94 27.83 16.89 -
YUV 141.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 148 146 103 0 0.01 0.30 0.42 57.33 0.18 0.49
Hex 94 92 67 0 1 1E 2A 39 12 31
Octal 224 222 147 0 1 36 52 71 22 61
Binary 10010100 10010010 1100111 0 1 11110 101010 111001 10010 110001

Color Harmonies of #949267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949267

Black with #949267

Text Example


Text Example

White with #949267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949267; }

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

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

background-color css

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

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

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

border-color css

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

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

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