#476150

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

Shades of Feldgrau #476150

Tints of Feldgrau #476150

Color information

#476150 (or 0x476150) is unknown color: approx Feldgrau. HEX triplet: 47, 61 and 50. RGB value is (71,97,80). Sum of RGB (Red+Green+Blue) = 71+97+80=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #476150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476150 is #B89EAF. Grayscale: #575757. Windows color (decimal): -12099248 or 5267783. OLE color: 5267783.

HSL color Cylindrical-coordinate representation of color #476150: hue angle of 140.77º 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 #476150 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB719780-
CMYK0.2700.180.62
HSL140.77º15.48%32.94%-
HSV(B)140.77º26.8%38.04%-
XYZ8.3210.479.17-
YUV87.29123.89116.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=28.63%
G=39.11%
B=32.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197800.2700.180.62140.7715.4832.94
Hex4761501B0123E8df21
Octal10714112033022762151741
Binary10001111100001101000011011010010111110100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476150; }

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

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

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

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

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

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

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

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