#47491A

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

Shades of Army green #47491A

Tints of Army green #47491A

Color information

#47491A (or 0x47491A) is unknown color: approx Army green. HEX triplet: 47, 49 and 1A. RGB value is (71,73,26). Sum of RGB (Red+Green+Blue) = 71+73+26=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #47491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491A is #B8B6E5. Grayscale: #434343. Windows color (decimal): -12105446 or 1722695. OLE color: 1722695.

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

Color convert

RGB717326-
CMYK0.0300.640.71
HSL62.55º47.47%19.41%-
HSV(B)62.55º64.38%28.63%-
XYZ5.176.181.9-
YUV67.04104.84130.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=41.76%
G=42.94%
B=15.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173260.0300.640.7162.5547.4719.41
Hex47491A3040473f2f13
Octal1071113230100107775723
Binary10001111001001110101101000000100011111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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