#476151

Color #476151 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #476151

Tints of Feldgrau #476151

Color information

#476151 (or 0x476151) is unknown color: approx Feldgrau. HEX triplet: 47, 61 and 51. RGB value is (71,97,81). Sum of RGB (Red+Green+Blue) = 71+97+81=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #476151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476151 is #B89EAE. Grayscale: #575757. Windows color (decimal): -12099247 or 5333319. OLE color: 5333319.

HSL color Cylindrical-coordinate representation of color #476151: hue angle of 143.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #476151 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB719781-
CMYK0.2700.160.62
HSL143.08º15.48%32.94%-
HSV(B)143.08º26.8%38.04%-
XYZ8.3610.489.37-
YUV87.4124.39116.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=28.51%
G=38.96%
B=32.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197810.2700.160.62143.0815.4832.94
Hex4761511B0103E8ff21
Octal10714112133020762171741
Binary10001111100001101000111011010000111110100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476151; }

 p { color: rgb(71,97,81); }

 H1.HeaderClassName
 {
   color: #476151;
 }
 .AnyTagClassName
 {
   color: #476151;
 }
</style>
background-color css

<style>
 a { background-color: #476151; }

 a { background-color: rgb(71,97,81); }

 div.DivClassName
 {
   background-color: #476151;
 }
 .BgClassName
 {
   background-color: #476151;
 }
</style>
border-color css

<style>
 span { border-color: #476151; }

 span { border-color: rgb(71,97,81); }

 td.TdClassName
 {
   border-color: #476151;
 }
 .TagClassName
 {
   border-color: #476151;
 }
</style>