#474820

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

Shades of Army green #474820

Tints of Army green #474820

Color information

#474820 (or 0x474820) is unknown color: approx Army green. HEX triplet: 47, 48 and 20. RGB value is (71,72,32). Sum of RGB (Red+Green+Blue) = 71+72+32=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #474820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474820 is #B8B7DF. Grayscale: #434343. Windows color (decimal): -12105696 or 2115655. OLE color: 2115655.

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

Color convert

RGB717232-
CMYK0.0100.560.72
HSL61.5º38.46%20.39%-
HSV(B)61.5º55.56%28.24%-
XYZ5.186.082.27-
YUV67.14108.17130.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=40.57%
G=41.14%
B=18.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172320.0100.560.7261.538.4620.39
Hex4748201038483e2614
Octal107110401070110764624
Binary1000111100100010000010111000100100011111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474820; }

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

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

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

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

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

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

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

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