Shades of Malachite Green #95946D
Tints of Malachite Green #95946D
RGB
CMYK
RGB Variations
Color information
#95946D (or 0x95946D) is known color: Malachite Green. HEX triplet: 95, 94 and 6D. RGB value is (149,148,109). Sum of RGB (Red+Green+Blue) = 149+148+109=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95946D is #6A6B92. Grayscale: #909090. Windows color (decimal): -6974355 or 7181461. OLE color: 7181461.
HSL color Cylindrical-coordinate representation of color #95946D: hue angle of 58.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95946D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 109 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.42 |
| HSL | 58.5º | 0.16% | 0.51% | - |
| HSV(B) | 58.5º | 0.27% | 0.58% | - |
| XYZ | 25.74 | 28.67 | 18.65 | - |
| YUV | 143.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 109 | 0 | 0.01 | 0.27 | 0.42 | 58.5 | 0.16 | 0.51 |
| Hex | 95 | 94 | 6D | 0 | 1 | 1B | 2A | 3A | 10 | 33 |
| Octal | 225 | 224 | 155 | 0 | 1 | 33 | 52 | 72 | 20 | 63 |
| Binary | 10010101 | 10010100 | 1101101 | 0 | 1 | 11011 | 101010 | 111010 | 10000 | 110011 |
Color Harmonies of #95946D
Complementary color
Monochromatic Colors of #95946D
Black with #95946D
Text Example
Text Example
White with #95946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95946D; }
p { color: rgb(149,148,109); }
H1.HeaderClassName
{
color: #95946D;
}
.AnyTagClassName
{
color: #95946D;
}
</style>
background-color css
<style>
a { background-color: #95946D; }
a { background-color: rgb(149,148,109); }
div.DivClassName
{
background-color: #95946D;
}
.BgClassName
{
background-color: #95946D;
}
</style>
border-color css
<style>
span { border-color: #95946D; }
span { border-color: rgb(149,148,109); }
td.TdClassName
{
border-color: #95946D;
}
.TagClassName
{
border-color: #95946D;
}
</style>