#99945F

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

Shades of Malachite Green #99945F

Tints of Malachite Green #99945F

Color information

#99945F (or 0x99945F) is unknown color: approx Malachite Green. HEX triplet: 99, 94 and 5F. RGB value is (153,148,95). Sum of RGB (Red+Green+Blue) = 153+148+95=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99945F is #666BA0. Grayscale: #8F8F8F. Windows color (decimal): -6712225 or 6263961. OLE color: 6263961.

HSL color Cylindrical-coordinate representation of color #99945F: hue angle of 54.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99945F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15314895-
CMYK00.030.380.4
HSL54.83º23.39%48.63%-
HSV(B)54.83º37.91%60%-
XYZ25.7928.7815.02-
YUV143.45100.66134.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=38.64%
G=37.37%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531489500.030.380.454.8323.3948.63
Hex99945F032628371731
Octal231224137034650672761
Binary1001100110010100101111101110011010100011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99945F; }

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

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

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

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

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

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

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

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