#476350

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

Shades of Feldgrau #476350

Tints of Feldgrau #476350

Color information

#476350 (or 0x476350) is unknown color: approx Feldgrau. HEX triplet: 47, 63 and 50. RGB value is (71,99,80). Sum of RGB (Red+Green+Blue) = 71+99+80=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #476350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476350 is #B89CAF. Grayscale: #585858. Windows color (decimal): -12098736 or 5268295. OLE color: 5268295.

HSL color Cylindrical-coordinate representation of color #476350: hue angle of 139.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476350 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB719980-
CMYK0.2800.190.61
HSL139.29º16.47%33.33%-
HSV(B)139.29º28.28%38.82%-
XYZ8.5110.849.23-
YUV88.46123.22115.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 80 (31.64% from 255) = 32%
R=28.4%
G=39.6%
B=32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199800.2800.190.61139.2916.4733.33
Hex4763501C0133D8b1021
Octal10714312034023752132041
Binary100011111000111010000111000100111111011000101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476350; }

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

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

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

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

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

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

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

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