#949061

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

Shades of Malachite Green #949061

Tints of Malachite Green #949061

Color information

#949061 (or 0x949061) is unknown color: approx Malachite Green. HEX triplet: 94, 90 and 61. RGB value is (148,144,97). Sum of RGB (Red+Green+Blue) = 148+144+97=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #949061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949061 is #6B6F9E. Grayscale: #8C8C8C. Windows color (decimal): -7040927 or 6394004. OLE color: 6394004.

HSL color Cylindrical-coordinate representation of color #949061: hue angle of 55.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949061 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14814497-
CMYK00.030.340.42
HSL55.29º20.82%48.04%-
HSV(B)55.29º34.46%58.04%-
XYZ24.3427.1115.26-
YUV139.84103.83133.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=38.05%
G=37.02%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481449700.030.340.4255.2920.8248.04
Hex94906103222A371530
Octal224220141034252672560
Binary1001010010010000110000101110001010101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949061; }

 p { color: rgb(148,144,97); }

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

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

 a { background-color: rgb(148,144,97); }

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

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

 span { border-color: rgb(148,144,97); }

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