Shades of Feldgrau #4C6857
Tints of Feldgrau #4C6857
RGB
CMYK
RGB Variations
Color information
#4C6857 (or 0x4C6857) is known color: Feldgrau. HEX triplet: 4C, 68 and 57. RGB value is (76,104,87). Sum of RGB (Red+Green+Blue) = 76+104+87=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6857 is #B397A8. Grayscale: #5D5D5D. Windows color (decimal): -11769769 or 5728332. OLE color: 5728332.
HSL color Cylindrical-coordinate representation of color #4C6857: hue angle of 143.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6857 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 87 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.59 |
| HSL | 143.57º | 0.16% | 0.35% | - |
| HSV(B) | 143.57º | 0.27% | 0.41% | - |
| XYZ | 9.65 | 12.13 | 10.85 | - |
| YUV | 93.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 87 | 0.27 | 0 | 0.16 | 0.59 | 143.57 | 0.16 | 0.35 |
| Hex | 4C | 68 | 57 | 1B | 0 | 10 | 3B | 90 | 10 | 23 |
| Octal | 114 | 150 | 127 | 33 | 0 | 20 | 73 | 220 | 20 | 43 |
| Binary | 1001100 | 1101000 | 1010111 | 11011 | 0 | 10000 | 111011 | 10010000 | 10000 | 100011 |
Color Harmonies of #4C6857
Complementary color
Monochromatic Colors of #4C6857
Black with #4C6857
Text Example
Text Example
White with #4C6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6857; }
p { color: rgb(76,104,87); }
H1.HeaderClassName
{
color: #4C6857;
}
.AnyTagClassName
{
color: #4C6857;
}
</style>
background-color css
<style>
a { background-color: #4C6857; }
a { background-color: rgb(76,104,87); }
div.DivClassName
{
background-color: #4C6857;
}
.BgClassName
{
background-color: #4C6857;
}
</style>
border-color css
<style>
span { border-color: #4C6857; }
span { border-color: rgb(76,104,87); }
td.TdClassName
{
border-color: #4C6857;
}
.TagClassName
{
border-color: #4C6857;
}
</style>