#47471C

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

Shades of Army green #47471C

Tints of Army green #47471C

Color information

#47471C (or 0x47471C) is unknown color: approx Army green. HEX triplet: 47, 47 and 1C. RGB value is (71,71,28). Sum of RGB (Red+Green+Blue) = 71+71+28=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47471C is #B8B8E3. Grayscale: #424242. Windows color (decimal): -12105956 or 1853255. OLE color: 1853255.

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

Color convert

RGB717128-
CMYK000.610.72
HSL60º43.43%19.41%-
HSV(B)60º60.56%27.84%-
XYZ5.065.931.98-
YUV66.1106.5131.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=41.76%
G=41.76%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717128000.610.726043.4319.41
Hex47471C003D483c2b13
Octal107107340075110745323
Binary100011110001111110000111101100100011110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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