#47481D

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

Shades of Army green #47481D

Tints of Army green #47481D

Color information

#47481D (or 0x47481D) is unknown color: approx Army green. HEX triplet: 47, 48 and 1D. RGB value is (71,72,29). Sum of RGB (Red+Green+Blue) = 71+72+29=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #47481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481D is #B8B7E2. Grayscale: #424242. Windows color (decimal): -12105699 or 1919047. OLE color: 1919047.

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

Color convert

RGB717229-
CMYK0.0100.600.72
HSL61.4º42.57%19.8%-
HSV(B)61.4º59.72%28.24%-
XYZ5.146.062.06-
YUV66.8106.67131-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=41.28%
G=41.86%
B=16.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172290.0100.600.7261.442.5719.8
Hex47481D103C483d2b14
Octal107110351074110755324
Binary100011110010001110110111100100100011110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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