#47481F

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

Shades of Army green #47481F

Tints of Army green #47481F

Color information

#47481F (or 0x47481F) is unknown color: approx Army green. HEX triplet: 47, 48 and 1F. RGB value is (71,72,31). Sum of RGB (Red+Green+Blue) = 71+72+31=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #47481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481F is #B8B7E0. Grayscale: #434343. Windows color (decimal): -12105697 or 2050119. OLE color: 2050119.

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

Color convert

RGB717231-
CMYK0.0100.570.72
HSL61.46º39.81%20.2%-
HSV(B)61.46º56.94%28.24%-
XYZ5.166.072.2-
YUV67.03107.67130.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=40.80%
G=41.38%
B=17.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172310.0100.570.7261.4639.8120.2
Hex47481F1039483d2814
Octal107110371071110755024
Binary100011110010001111110111001100100011110110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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