#949277

Color #949277 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #949277

Tints of Malachite Green #949277

Color information

#949277 (or 0x949277) is unknown color: approx 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

RGB148146119-
CMYK00.010.200.42
HSL55.86º11.93%52.35%-
HSV(B)55.86º19.59%58.04%-
XYZ25.8228.1921.53-
YUV143.52114.16131.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814611900.010.200.4255.8611.9352.35
Hex94927701142A38c34
Octal224222167012452701464
Binary1001010010010010111011101101001010101110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>