Shades of Malachite Green #959473
Tints of Malachite Green #959473
RGB
CMYK
RGB Variations
Color information
#959473 (or 0x959473) is known color: Malachite Green. HEX triplet: 95, 94 and 73. RGB value is (149,148,115). Sum of RGB (Red+Green+Blue) = 149+148+115=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #959473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959473 is #6A6B8C. Grayscale: #909090. Windows color (decimal): -6974349 or 7574677. OLE color: 7574677.
HSL color Cylindrical-coordinate representation of color #959473: hue angle of 58.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959473 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 115 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.42 |
| HSL | 58.24º | 0.14% | 0.52% | - |
| HSV(B) | 58.24º | 0.23% | 0.58% | - |
| XYZ | 26.08 | 28.81 | 20.41 | - |
| YUV | 144.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 115 | 0 | 0.01 | 0.23 | 0.42 | 58.24 | 0.14 | 0.52 |
| Hex | 95 | 94 | 73 | 0 | 1 | 17 | 2A | 3A | E | 34 |
| Octal | 225 | 224 | 163 | 0 | 1 | 27 | 52 | 72 | 16 | 64 |
| Binary | 10010101 | 10010100 | 1110011 | 0 | 1 | 10111 | 101010 | 111010 | 1110 | 110100 |
Color Harmonies of #959473
Complementary color
Monochromatic Colors of #959473
Black with #959473
Text Example
Text Example
White with #959473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959473; }
p { color: rgb(149,148,115); }
H1.HeaderClassName
{
color: #959473;
}
.AnyTagClassName
{
color: #959473;
}
</style>
background-color css
<style>
a { background-color: #959473; }
a { background-color: rgb(149,148,115); }
div.DivClassName
{
background-color: #959473;
}
.BgClassName
{
background-color: #959473;
}
</style>
border-color css
<style>
span { border-color: #959473; }
span { border-color: rgb(149,148,115); }
td.TdClassName
{
border-color: #959473;
}
.TagClassName
{
border-color: #959473;
}
</style>