Shades of Malachite Green #949265
Tints of Malachite Green #949265
RGB
CMYK
RGB Variations
Color information
#949265 (or 0x949265) is known color: Malachite Green. HEX triplet: 94, 92 and 65. RGB value is (148,146,101). Sum of RGB (Red+Green+Blue) = 148+146+101=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #949265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949265 is #6B6D9A. Grayscale: #8D8D8D. Windows color (decimal): -7040411 or 6656660. OLE color: 6656660.
HSL color Cylindrical-coordinate representation of color #949265: hue angle of 57.45º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949265 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 101 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.42 |
| HSL | 57.45º | 0.19% | 0.49% | - |
| HSV(B) | 57.45º | 0.32% | 0.58% | - |
| XYZ | 24.84 | 27.79 | 16.37 | - |
| YUV | 141.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 101 | 0 | 0.01 | 0.32 | 0.42 | 57.45 | 0.19 | 0.49 |
| Hex | 94 | 92 | 65 | 0 | 1 | 20 | 2A | 39 | 13 | 31 |
| Octal | 224 | 222 | 145 | 0 | 1 | 40 | 52 | 71 | 23 | 61 |
| Binary | 10010100 | 10010010 | 1100101 | 0 | 1 | 100000 | 101010 | 111001 | 10011 | 110001 |
Color Harmonies of #949265
Complementary color
Monochromatic Colors of #949265
Black with #949265
Text Example
Text Example
White with #949265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949265; }
p { color: rgb(148,146,101); }
H1.HeaderClassName
{
color: #949265;
}
.AnyTagClassName
{
color: #949265;
}
</style>
background-color css
<style>
a { background-color: #949265; }
a { background-color: rgb(148,146,101); }
div.DivClassName
{
background-color: #949265;
}
.BgClassName
{
background-color: #949265;
}
</style>
border-color css
<style>
span { border-color: #949265; }
span { border-color: rgb(148,146,101); }
td.TdClassName
{
border-color: #949265;
}
.TagClassName
{
border-color: #949265;
}
</style>