#959264

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

Shades of Malachite Green #959264

Tints of Malachite Green #959264

Color information

#959264 (or 0x959264) is unknown color: approx Malachite Green. HEX triplet: 95, 92 and 64. RGB value is (149,146,100). Sum of RGB (Red+Green+Blue) = 149+146+100=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #959264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959264 is #6A6D9B. Grayscale: #8D8D8D. Windows color (decimal): -6974876 or 6591125. OLE color: 6591125.

HSL color Cylindrical-coordinate representation of color #959264: hue angle of 56.33º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959264 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB149146100-
CMYK00.020.330.42
HSL56.33º19.68%48.82%-
HSV(B)56.33º32.89%58.43%-
XYZ24.9727.8716.12-
YUV141.65104.49133.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=37.72%
G=36.96%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914610000.020.330.4256.3319.6848.82
Hex95926402212A381431
Octal225222144024152702461
Binary1001010110010010110010001010000110101011100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959264; }

 p { color: rgb(149,146,100); }

 H1.HeaderClassName
 {
   color: #959264;
 }
 .AnyTagClassName
 {
   color: #959264;
 }
</style>
background-color css

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

 a { background-color: rgb(149,146,100); }

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

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

 span { border-color: rgb(149,146,100); }

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