Shades of Malachite Green #959263
Tints of Malachite Green #959263
RGB
CMYK
RGB Variations
Color information
#959263 (or 0x959263) is known color: Malachite Green. HEX triplet: 95, 92 and 63. RGB value is (149,146,99). Sum of RGB (Red+Green+Blue) = 149+146+99=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #959263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959263 is #6A6D9C. Grayscale: #8D8D8D. Windows color (decimal): -6974877 or 6525589. OLE color: 6525589.
HSL color Cylindrical-coordinate representation of color #959263: hue angle of 56.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959263 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 99 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.42 |
| HSL | 56.4º | 0.2% | 0.49% | - |
| HSV(B) | 56.4º | 0.34% | 0.58% | - |
| XYZ | 24.93 | 27.85 | 15.87 | - |
| YUV | 141.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 99 | 0 | 0.02 | 0.34 | 0.42 | 56.4 | 0.2 | 0.49 |
| Hex | 95 | 92 | 63 | 0 | 2 | 22 | 2A | 38 | 14 | 31 |
| Octal | 225 | 222 | 143 | 0 | 2 | 42 | 52 | 70 | 24 | 61 |
| Binary | 10010101 | 10010010 | 1100011 | 0 | 10 | 100010 | 101010 | 111000 | 10100 | 110001 |
Color Harmonies of #959263
Complementary color
Monochromatic Colors of #959263
Black with #959263
Text Example
Text Example
White with #959263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959263; }
p { color: rgb(149,146,99); }
H1.HeaderClassName
{
color: #959263;
}
.AnyTagClassName
{
color: #959263;
}
</style>
background-color css
<style>
a { background-color: #959263; }
a { background-color: rgb(149,146,99); }
div.DivClassName
{
background-color: #959263;
}
.BgClassName
{
background-color: #959263;
}
</style>
border-color css
<style>
span { border-color: #959263; }
span { border-color: rgb(149,146,99); }
td.TdClassName
{
border-color: #959263;
}
.TagClassName
{
border-color: #959263;
}
</style>