Shades of Malachite Green #949274
Tints of Malachite Green #949274
RGB
CMYK
RGB Variations
Color information
#949274 (or 0x949274) is known color: Malachite Green. HEX triplet: 94, 92 and 74. RGB value is (148,146,116). Sum of RGB (Red+Green+Blue) = 148+146+116=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #949274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949274 is #6B6D8B. Grayscale: #8F8F8F. Windows color (decimal): -7040396 or 7639700. OLE color: 7639700.
HSL color Cylindrical-coordinate representation of color #949274: hue angle of 56.25º 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 #949274 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 116 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.42 |
| HSL | 56.25º | 0.13% | 0.52% | - |
| HSV(B) | 56.25º | 0.22% | 0.58% | - |
| XYZ | 25.64 | 28.11 | 20.6 | - |
| YUV | 143.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 116 | 0 | 0.01 | 0.22 | 0.42 | 56.25 | 0.13 | 0.52 |
| Hex | 94 | 92 | 74 | 0 | 1 | 16 | 2A | 38 | D | 34 |
| Octal | 224 | 222 | 164 | 0 | 1 | 26 | 52 | 70 | 15 | 64 |
| Binary | 10010100 | 10010010 | 1110100 | 0 | 1 | 10110 | 101010 | 111000 | 1101 | 110100 |
Color Harmonies of #949274
Complementary color
Monochromatic Colors of #949274
Black with #949274
Text Example
Text Example
White with #949274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949274; }
p { color: rgb(148,146,116); }
H1.HeaderClassName
{
color: #949274;
}
.AnyTagClassName
{
color: #949274;
}
</style>
background-color css
<style>
a { background-color: #949274; }
a { background-color: rgb(148,146,116); }
div.DivClassName
{
background-color: #949274;
}
.BgClassName
{
background-color: #949274;
}
</style>
border-color css
<style>
span { border-color: #949274; }
span { border-color: rgb(148,146,116); }
td.TdClassName
{
border-color: #949274;
}
.TagClassName
{
border-color: #949274;
}
</style>