Shades of Malachite Green #949374
Tints of Malachite Green #949374
RGB
CMYK
RGB Variations
Color information
#949374 (or 0x949374) is known color: Malachite Green. HEX triplet: 94, 93 and 74. RGB value is (148,147,116). Sum of RGB (Red+Green+Blue) = 148+147+116=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949374 is #6B6C8B. Grayscale: #8F8F8F. Windows color (decimal): -7040140 or 7639956. OLE color: 7639956.
HSL color Cylindrical-coordinate representation of color #949374: hue angle of 58.12º 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 #949374 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 116 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.42 |
| HSL | 58.13º | 0.13% | 0.52% | - |
| HSV(B) | 58.13º | 0.22% | 0.58% | - |
| XYZ | 25.8 | 28.42 | 20.65 | - |
| YUV | 143.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 116 | 0 | 0.01 | 0.22 | 0.42 | 58.13 | 0.13 | 0.52 |
| Hex | 94 | 93 | 74 | 0 | 1 | 16 | 2A | 3A | D | 34 |
| Octal | 224 | 223 | 164 | 0 | 1 | 26 | 52 | 72 | 15 | 64 |
| Binary | 10010100 | 10010011 | 1110100 | 0 | 1 | 10110 | 101010 | 111010 | 1101 | 110100 |
Color Harmonies of #949374
Complementary color
Monochromatic Colors of #949374
Black with #949374
Text Example
Text Example
White with #949374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949374; }
p { color: rgb(148,147,116); }
H1.HeaderClassName
{
color: #949374;
}
.AnyTagClassName
{
color: #949374;
}
</style>
background-color css
<style>
a { background-color: #949374; }
a { background-color: rgb(148,147,116); }
div.DivClassName
{
background-color: #949374;
}
.BgClassName
{
background-color: #949374;
}
</style>
border-color css
<style>
span { border-color: #949374; }
span { border-color: rgb(148,147,116); }
td.TdClassName
{
border-color: #949374;
}
.TagClassName
{
border-color: #949374;
}
</style>