Shades of Feldgrau #4D524E
Tints of Feldgrau #4D524E
RGB
CMYK
RGB Variations
Color information
#4D524E (or 0x4D524E) is known color: Feldgrau. HEX triplet: 4D, 52 and 4E. RGB value is (77,82,78). Sum of RGB (Red+Green+Blue) = 77+82+78=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 82 - color contains mainly: green. Hex color #4D524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D524E is #B2ADB1. Grayscale: #505050. Windows color (decimal): -11709874 or 5132877. OLE color: 5132877.
HSL color Cylindrical-coordinate representation of color #4D524E: hue angle of 132º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D524E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 82 | 78 | - |
CMYK | 0.06 | 0 | 0.05 | 0.68 |
HSL | 132º | 0.03% | 0.31% | - |
HSV(B) | 132º | 0.06% | 0.32% | - |
XYZ | 7.45 | 8.16 | 8.39 | - |
YUV | 80.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 82 | 78 | 0.06 | 0 | 0.05 | 0.68 | 132 | 0.03 | 0.31 |
Hex | 4D | 52 | 4E | 6 | 0 | 5 | 44 | 84 | 3 | 1F |
Octal | 115 | 122 | 116 | 6 | 0 | 5 | 104 | 204 | 3 | 37 |
Binary | 1001101 | 1010010 | 1001110 | 110 | 0 | 101 | 1000100 | 10000100 | 11 | 11111 |
Color Harmonies of #4D524E
Complementary color
Monochromatic Colors of #4D524E
Black with #4D524E
Text Example
Text Example
White with #4D524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D524E; }
p { color: rgb(77,82,78); }
H1.HeaderClassName
{
color: #4D524E;
}
.AnyTagClassName
{
color: #4D524E;
}
</style>
background-color css
<style>
a { background-color: #4D524E; }
a { background-color: rgb(77,82,78); }
div.DivClassName
{
background-color: #4D524E;
}
.BgClassName
{
background-color: #4D524E;
}
</style>
border-color css
<style>
span { border-color: #4D524E; }
span { border-color: rgb(77,82,78); }
td.TdClassName
{
border-color: #4D524E;
}
.TagClassName
{
border-color: #4D524E;
}
</style>