#476251

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

Shades of Feldgrau #476251

Tints of Feldgrau #476251

Color information

#476251 (or 0x476251) is unknown color: approx Feldgrau. HEX triplet: 47, 62 and 51. RGB value is (71,98,81). Sum of RGB (Red+Green+Blue) = 71+98+81=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #476251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476251 is #B89DAE. Grayscale: #585858. Windows color (decimal): -12098991 or 5333575. OLE color: 5333575.

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

Color convert

RGB719881-
CMYK0.2800.170.62
HSL142.22º15.98%33.14%-
HSV(B)142.22º27.55%38.43%-
XYZ8.4510.679.4-
YUV87.99124.05115.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=28.4%
G=39.2%
B=32.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198810.2800.170.62142.2215.9833.14
Hex4762511C0113E8e1021
Octal10714212134021762162041
Binary100011111000101010001111000100011111101000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476251; }

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

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

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

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

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

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

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

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