Html Css Color HEX #949277 Malachite Green

📋 copy color: '#949277'

red 148 ◦ green 146 ◦ blue 119

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

Shades of Malachite Green #949277

Tints of Malachite Green #949277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 35.84%
G = 35.35%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#949277 (or 0x949277) is known color: Malachite Green. HEX triplet: 94, 92 and 77. RGB value is (148,146,119). Sum of RGB (Red+Green+Blue) = 148+146+119=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #949277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949277 is #6B6D88. Grayscale: #8F8F8F. Windows color (decimal): -7040393 or 7836308. OLE color: 7836308.

HSL color Cylindrical-coordinate representation of color #949277: hue angle of 55.86º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949277 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 119 -
CMYK 0 0.01 0.20 0.42
HSL 55.86º 0.12% 0.52% -
HSV(B) 55.86º 0.2% 0.58% -
XYZ 25.82 28.19 21.53 -
YUV 143.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 148 146 119 0 0.01 0.20 0.42 55.86 0.12 0.52
Hex 94 92 77 0 1 14 2A 38 C 34
Octal 224 222 167 0 1 24 52 70 14 64
Binary 10010100 10010010 1110111 0 1 10100 101010 111000 1100 110100

Color Harmonies of #949277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949277

Black with #949277

Text Example


Text Example

White with #949277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949277; }

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

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

background-color css

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

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

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

border-color css

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

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

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