#47471D

Color #47471D Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #47471D

Tints of Army green #47471D

Color information

#47471D (or 0x47471D) is unknown color: approx Army green. HEX triplet: 47, 47 and 1D. RGB value is (71,71,29). Sum of RGB (Red+Green+Blue) = 71+71+29=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47471D is #B8B8E2. Grayscale: #424242. Windows color (decimal): -12105955 or 1918791. OLE color: 1918791.

HSL color Cylindrical-coordinate representation of color #47471D: hue angle of 60º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47471D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB717129-
CMYK000.590.72
HSL60º42%19.61%-
HSV(B)60º59.15%27.84%-
XYZ5.075.932.04-
YUV66.21107131.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=41.52%
G=41.52%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717129000.590.72604219.61
Hex47471D003B483c2a14
Octal107107350073110745224
Binary100011110001111110100111011100100011110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47471D; }

 p { color: rgb(71,71,29); }

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

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

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

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

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

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

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