#476451

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

Shades of Feldgrau #476451

Tints of Feldgrau #476451

Color information

#476451 (or 0x476451) is unknown color: approx Feldgrau. HEX triplet: 47, 64 and 51. RGB value is (71,100,81). Sum of RGB (Red+Green+Blue) = 71+100+81=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #476451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476451 is #B89BAE. Grayscale: #595959. Windows color (decimal): -12098479 or 5334087. OLE color: 5334087.

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

Color convert

RGB7110081-
CMYK0.2900.190.61
HSL140.69º16.96%33.53%-
HSV(B)140.69º29%39.22%-
XYZ8.6411.059.46-
YUV89.16123.39115.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=28.17%
G=39.68%
B=32.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100810.2900.190.61140.6916.9633.53
Hex4764511D0133D8d1122
Octal10714412135023752152142
Binary100011111001001010001111010100111111011000110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476451; }

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

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

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

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

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

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

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

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