#47461C

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

Shades of Army green #47461C

Tints of Army green #47461C

Color information

#47461C (or 0x47461C) is unknown color: approx Army green. HEX triplet: 47, 46 and 1C. RGB value is (71,70,28). Sum of RGB (Red+Green+Blue) = 71+70+28=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461C is #B8B9E3. Grayscale: #414141. Windows color (decimal): -12106212 or 1852999. OLE color: 1852999.

HSL color Cylindrical-coordinate representation of color #47461C: hue angle of 58.6º 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 #47461C is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB717028-
CMYK00.010.610.72
HSL58.6º43.43%19.41%-
HSV(B)58.6º60.56%27.84%-
XYZ55.81.96-
YUV65.51106.83131.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=42.01%
G=41.42%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71702800.010.610.7258.643.4319.41
Hex47461C013D483b2b13
Octal107106340175110735323
Binary100011110001101110001111101100100011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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