Shades of Malachite Green #949375
Tints of Malachite Green #949375
RGB
CMYK
RGB Variations
Color information
#949375 (or 0x949375) is known color: Malachite Green. HEX triplet: 94, 93 and 75. RGB value is (148,147,117). Sum of RGB (Red+Green+Blue) = 148+147+117=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #949375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949375 is #6B6C8A. Grayscale: #909090. Windows color (decimal): -7040139 or 7705492. OLE color: 7705492.
HSL color Cylindrical-coordinate representation of color #949375: hue angle of 58.06º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949375 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 117 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.42 |
| HSL | 58.06º | 0.13% | 0.52% | - |
| HSV(B) | 58.06º | 0.21% | 0.58% | - |
| XYZ | 25.86 | 28.45 | 20.96 | - |
| YUV | 143.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 117 | 0 | 0.01 | 0.21 | 0.42 | 58.06 | 0.13 | 0.52 |
| Hex | 94 | 93 | 75 | 0 | 1 | 15 | 2A | 3A | D | 34 |
| Octal | 224 | 223 | 165 | 0 | 1 | 25 | 52 | 72 | 15 | 64 |
| Binary | 10010100 | 10010011 | 1110101 | 0 | 1 | 10101 | 101010 | 111010 | 1101 | 110100 |
Color Harmonies of #949375
Complementary color
Monochromatic Colors of #949375
Black with #949375
Text Example
Text Example
White with #949375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949375; }
p { color: rgb(148,147,117); }
H1.HeaderClassName
{
color: #949375;
}
.AnyTagClassName
{
color: #949375;
}
</style>
background-color css
<style>
a { background-color: #949375; }
a { background-color: rgb(148,147,117); }
div.DivClassName
{
background-color: #949375;
}
.BgClassName
{
background-color: #949375;
}
</style>
border-color css
<style>
span { border-color: #949375; }
span { border-color: rgb(148,147,117); }
td.TdClassName
{
border-color: #949375;
}
.TagClassName
{
border-color: #949375;
}
</style>