Shades of Malachite Green #959264
Tints of Malachite Green #959264
RGB
CMYK
RGB Variations
Color information
#959264 (or 0x959264) is known color: Malachite Green. HEX triplet: 95, 92 and 64. RGB value is (149,146,100). Sum of RGB (Red+Green+Blue) = 149+146+100=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #959264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959264 is #6A6D9B. Grayscale: #8D8D8D. Windows color (decimal): -6974876 or 6591125. OLE color: 6591125.
HSL color Cylindrical-coordinate representation of color #959264: hue angle of 56.33º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959264 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 100 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.42 |
| HSL | 56.33º | 0.2% | 0.49% | - |
| HSV(B) | 56.33º | 0.33% | 0.58% | - |
| XYZ | 24.97 | 27.87 | 16.12 | - |
| YUV | 141.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 100 | 0 | 0.02 | 0.33 | 0.42 | 56.33 | 0.2 | 0.49 |
| Hex | 95 | 92 | 64 | 0 | 2 | 21 | 2A | 38 | 14 | 31 |
| Octal | 225 | 222 | 144 | 0 | 2 | 41 | 52 | 70 | 24 | 61 |
| Binary | 10010101 | 10010010 | 1100100 | 0 | 10 | 100001 | 101010 | 111000 | 10100 | 110001 |
Color Harmonies of #959264
Complementary color
Monochromatic Colors of #959264
Black with #959264
Text Example
Text Example
White with #959264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959264; }
p { color: rgb(149,146,100); }
H1.HeaderClassName
{
color: #959264;
}
.AnyTagClassName
{
color: #959264;
}
</style>
background-color css
<style>
a { background-color: #959264; }
a { background-color: rgb(149,146,100); }
div.DivClassName
{
background-color: #959264;
}
.BgClassName
{
background-color: #959264;
}
</style>
border-color css
<style>
span { border-color: #959264; }
span { border-color: rgb(149,146,100); }
td.TdClassName
{
border-color: #959264;
}
.TagClassName
{
border-color: #959264;
}
</style>