Shades of Malachite Green #919374
Tints of Malachite Green #919374
RGB
CMYK
RGB Variations
Color information
#919374 (or 0x919374) is known color: Malachite Green. HEX triplet: 91, 93 and 74. RGB value is (145,147,116). Sum of RGB (Red+Green+Blue) = 145+147+116=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #919374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919374 is #6E6C8B. Grayscale: #8E8E8E. Windows color (decimal): -7236748 or 7639953. OLE color: 7639953.
HSL color Cylindrical-coordinate representation of color #919374: hue angle of 63.87º 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 #919374 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 116 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.42 |
| HSL | 63.87º | 0.13% | 0.52% | - |
| HSV(B) | 63.87º | 0.21% | 0.58% | - |
| XYZ | 25.26 | 28.15 | 20.62 | - |
| YUV | 142.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 116 | 0.01 | 0 | 0.21 | 0.42 | 63.87 | 0.13 | 0.52 |
| Hex | 91 | 93 | 74 | 1 | 0 | 15 | 2A | 40 | D | 34 |
| Octal | 221 | 223 | 164 | 1 | 0 | 25 | 52 | 100 | 15 | 64 |
| Binary | 10010001 | 10010011 | 1110100 | 1 | 0 | 10101 | 101010 | 1000000 | 1101 | 110100 |
Color Harmonies of #919374
Complementary color
Monochromatic Colors of #919374
Black with #919374
Text Example
Text Example
White with #919374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919374; }
p { color: rgb(145,147,116); }
H1.HeaderClassName
{
color: #919374;
}
.AnyTagClassName
{
color: #919374;
}
</style>
background-color css
<style>
a { background-color: #919374; }
a { background-color: rgb(145,147,116); }
div.DivClassName
{
background-color: #919374;
}
.BgClassName
{
background-color: #919374;
}
</style>
border-color css
<style>
span { border-color: #919374; }
span { border-color: rgb(145,147,116); }
td.TdClassName
{
border-color: #919374;
}
.TagClassName
{
border-color: #919374;
}
</style>