#949062

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

Shades of Malachite Green #949062

Tints of Malachite Green #949062

Color information

#949062 (or 0x949062) is unknown color: approx Malachite Green. HEX triplet: 94, 90 and 62. RGB value is (148,144,98). Sum of RGB (Red+Green+Blue) = 148+144+98=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #949062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949062 is #6B6F9D. Grayscale: #8C8C8C. Windows color (decimal): -7040926 or 6459540. OLE color: 6459540.

HSL color Cylindrical-coordinate representation of color #949062: hue angle of 55.2º degrees, saturation: 0.2, 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 #949062 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14814498-
CMYK00.030.340.42
HSL55.2º20.33%48.24%-
HSV(B)55.2º33.78%58.04%-
XYZ24.3927.1215.51-
YUV139.95104.33133.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=37.95%
G=36.92%
B=25.13%

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
Decimal1481449800.030.340.4255.220.3348.24
Hex94906203222A371430
Octal224220142034252672460
Binary1001010010010000110001001110001010101011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949062; }

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

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

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

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

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

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

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

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