#476352

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

Shades of Feldgrau #476352

Tints of Feldgrau #476352

Color information

#476352 (or 0x476352) is unknown color: approx Feldgrau. HEX triplet: 47, 63 and 52. RGB value is (71,99,82). Sum of RGB (Red+Green+Blue) = 71+99+82=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #476352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476352 is #B89CAD. Grayscale: #585858. Windows color (decimal): -12098734 or 5399367. OLE color: 5399367.

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

Color convert

RGB719982-
CMYK0.2800.170.61
HSL143.57º16.47%33.33%-
HSV(B)143.57º28.28%38.82%-
XYZ8.5810.879.63-
YUV88.69124.22115.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=28.17%
G=39.29%
B=32.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199820.2800.170.61143.5716.4733.33
Hex4763521C0113D901021
Octal10714312234021752202041
Binary100011111000111010010111000100011111011001000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476352; }

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

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

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

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

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

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

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

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