Shades of Feldgrau #476653
Tints of Feldgrau #476653
RGB
CMYK
RGB Variations
Color information
#476653 (or 0x476653) is known color: Feldgrau. HEX triplet: 47, 66 and 53. RGB value is (71,102,83). Sum of RGB (Red+Green+Blue) = 71+102+83=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #476653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476653 is #B899AC. Grayscale: #5A5A5A. Windows color (decimal): -12097965 or 5465671. OLE color: 5465671.
HSL color Cylindrical-coordinate representation of color #476653: hue angle of 143.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476653 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 83 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.6 |
| HSL | 143.23º | 0.18% | 0.34% | - |
| HSV(B) | 143.23º | 0.3% | 0.4% | - |
| XYZ | 8.91 | 11.47 | 9.93 | - |
| YUV | 90.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 83 | 0.30 | 0 | 0.19 | 0.6 | 143.23 | 0.18 | 0.34 |
| Hex | 47 | 66 | 53 | 1E | 0 | 13 | 3C | 8F | 12 | 22 |
| Octal | 107 | 146 | 123 | 36 | 0 | 23 | 74 | 217 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1010011 | 11110 | 0 | 10011 | 111100 | 10001111 | 10010 | 100010 |
Color Harmonies of #476653
Complementary color
Monochromatic Colors of #476653
Black with #476653
Text Example
Text Example
White with #476653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476653; }
p { color: rgb(71,102,83); }
H1.HeaderClassName
{
color: #476653;
}
.AnyTagClassName
{
color: #476653;
}
</style>
background-color css
<style>
a { background-color: #476653; }
a { background-color: rgb(71,102,83); }
div.DivClassName
{
background-color: #476653;
}
.BgClassName
{
background-color: #476653;
}
</style>
border-color css
<style>
span { border-color: #476653; }
span { border-color: rgb(71,102,83); }
td.TdClassName
{
border-color: #476653;
}
.TagClassName
{
border-color: #476653;
}
</style>