#476353

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

Shades of Feldgrau #476353

Tints of Feldgrau #476353

Color information

#476353 (or 0x476353) is unknown color: approx Feldgrau. HEX triplet: 47, 63 and 53. RGB value is (71,99,83). Sum of RGB (Red+Green+Blue) = 71+99+83=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #476353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476353 is #B89CAC. Grayscale: #585858. Windows color (decimal): -12098733 or 5464903. OLE color: 5464903.

HSL color Cylindrical-coordinate representation of color #476353: hue angle of 145.71º 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 #476353 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB719983-
CMYK0.2800.160.61
HSL145.71º16.47%33.33%-
HSV(B)145.71º28.28%38.82%-
XYZ8.6210.899.83-
YUV88.8124.72115.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=28.06%
G=39.13%
B=32.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199830.2800.160.61145.7116.4733.33
Hex4763531C0103D921021
Octal10714312334020752222041
Binary100011111000111010011111000100001111011001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476353; }

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

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

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

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

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

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

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

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