Shades of Malachite Green #949277
Tints of Malachite Green #949277
RGB
CMYK
RGB Variations
Color information
#949277 (or 0x949277) is known color: Malachite Green. HEX triplet: 94, 92 and 77. RGB value is (148,146,119). Sum of RGB (Red+Green+Blue) = 148+146+119=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #949277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949277 is #6B6D88. Grayscale: #8F8F8F. Windows color (decimal): -7040393 or 7836308. OLE color: 7836308.
HSL color Cylindrical-coordinate representation of color #949277: hue angle of 55.86º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949277 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 119 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.42 |
| HSL | 55.86º | 0.12% | 0.52% | - |
| HSV(B) | 55.86º | 0.2% | 0.58% | - |
| XYZ | 25.82 | 28.19 | 21.53 | - |
| YUV | 143.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 119 | 0 | 0.01 | 0.20 | 0.42 | 55.86 | 0.12 | 0.52 |
| Hex | 94 | 92 | 77 | 0 | 1 | 14 | 2A | 38 | C | 34 |
| Octal | 224 | 222 | 167 | 0 | 1 | 24 | 52 | 70 | 14 | 64 |
| Binary | 10010100 | 10010010 | 1110111 | 0 | 1 | 10100 | 101010 | 111000 | 1100 | 110100 |
Color Harmonies of #949277
Complementary color
Monochromatic Colors of #949277
Black with #949277
Text Example
Text Example
White with #949277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949277; }
p { color: rgb(148,146,119); }
H1.HeaderClassName
{
color: #949277;
}
.AnyTagClassName
{
color: #949277;
}
</style>
background-color css
<style>
a { background-color: #949277; }
a { background-color: rgb(148,146,119); }
div.DivClassName
{
background-color: #949277;
}
.BgClassName
{
background-color: #949277;
}
</style>
border-color css
<style>
span { border-color: #949277; }
span { border-color: rgb(148,146,119); }
td.TdClassName
{
border-color: #949277;
}
.TagClassName
{
border-color: #949277;
}
</style>