#999465

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

Shades of Malachite Green #999465

Tints of Malachite Green #999465

Color information

#999465 (or 0x999465) is unknown color: approx Malachite Green. HEX triplet: 99, 94 and 65. RGB value is (153,148,101). Sum of RGB (Red+Green+Blue) = 153+148+101=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #999465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999465 is #666B9A. Grayscale: #909090. Windows color (decimal): -6712219 or 6657177. OLE color: 6657177.

HSL color Cylindrical-coordinate representation of color #999465: hue angle of 54.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999465 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB153148101-
CMYK00.030.340.4
HSL54.23º20.47%49.8%-
HSV(B)54.23º33.99%60%-
XYZ26.0828.8916.51-
YUV144.14103.66134.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=38.06%
G=36.82%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314810100.030.340.454.2320.4749.8
Hex999465032228361432
Octal231224145034250662462
Binary1001100110010100110010101110001010100011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999465; }

 p { color: rgb(153,148,101); }

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

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

 a { background-color: rgb(153,148,101); }

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

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

 span { border-color: rgb(153,148,101); }

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