#48471A

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

Shades of Army green #48471A

Tints of Army green #48471A

Color information

#48471A (or 0x48471A) is unknown color: approx Army green. HEX triplet: 48, 47 and 1A. RGB value is (72,71,26). Sum of RGB (Red+Green+Blue) = 72+71+26=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48471A is #B7B8E5. Grayscale: #424242. Windows color (decimal): -12040422 or 1722184. OLE color: 1722184.

HSL color Cylindrical-coordinate representation of color #48471A: hue angle of 58.7º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48471A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB727126-
CMYK00.010.640.72
HSL58.7º46.94%19.22%-
HSV(B)58.7º63.89%28.24%-
XYZ5.115.961.86-
YUV66.17105.33132.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=42.60%
G=42.01%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72712600.010.640.7258.746.9419.22
Hex48471A0140483b2f13
Octal1101073201100110735723
Binary1001000100011111010011000000100100011101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48471A; }

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

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

<style>
 a { background-color: #48471A; }

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

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

<style>
 span { border-color: #48471A; }

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

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