Shades of Malachite Green #959474
Tints of Malachite Green #959474
RGB
CMYK
RGB Variations
Color information
#959474 (or 0x959474) is known color: Malachite Green. HEX triplet: 95, 94 and 74. RGB value is (149,148,116). Sum of RGB (Red+Green+Blue) = 149+148+116=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #959474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959474 is #6A6B8B. Grayscale: #909090. Windows color (decimal): -6974348 or 7640213. OLE color: 7640213.
HSL color Cylindrical-coordinate representation of color #959474: hue angle of 58.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959474 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 116 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.42 |
| HSL | 58.18º | 0.13% | 0.52% | - |
| HSV(B) | 58.18º | 0.22% | 0.58% | - |
| XYZ | 26.14 | 28.83 | 20.71 | - |
| YUV | 144.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 116 | 0 | 0.01 | 0.22 | 0.42 | 58.18 | 0.13 | 0.52 |
| Hex | 95 | 94 | 74 | 0 | 1 | 16 | 2A | 3A | D | 34 |
| Octal | 225 | 224 | 164 | 0 | 1 | 26 | 52 | 72 | 15 | 64 |
| Binary | 10010101 | 10010100 | 1110100 | 0 | 1 | 10110 | 101010 | 111010 | 1101 | 110100 |
Color Harmonies of #959474
Complementary color
Monochromatic Colors of #959474
Black with #959474
Text Example
Text Example
White with #959474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959474; }
p { color: rgb(149,148,116); }
H1.HeaderClassName
{
color: #959474;
}
.AnyTagClassName
{
color: #959474;
}
</style>
background-color css
<style>
a { background-color: #959474; }
a { background-color: rgb(149,148,116); }
div.DivClassName
{
background-color: #959474;
}
.BgClassName
{
background-color: #959474;
}
</style>
border-color css
<style>
span { border-color: #959474; }
span { border-color: rgb(149,148,116); }
td.TdClassName
{
border-color: #959474;
}
.TagClassName
{
border-color: #959474;
}
</style>