#474C20

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

Shades of Army green #474C20

Tints of Army green #474C20

Color information

#474C20 (or 0x474C20) is unknown color: approx Army green. HEX triplet: 47, 4C and 20. RGB value is (71,76,32). Sum of RGB (Red+Green+Blue) = 71+76+32=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #474C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C20 is #B8B3DF. Grayscale: #454545. Windows color (decimal): -12104672 or 2116679. OLE color: 2116679.

HSL color Cylindrical-coordinate representation of color #474C20: hue angle of 66.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474C20 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB717632-
CMYK0.0700.580.70
HSL66.82º40.74%21.18%-
HSV(B)66.82º57.89%29.8%-
XYZ5.446.612.36-
YUV69.49106.84129.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=39.66%
G=42.46%
B=17.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176320.0700.580.7066.8240.7421.18
Hex474C20703A46432915
Octal1071144070721061035125
Binary1000111100110010000011101110101000110100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C20; }

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

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

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

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

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

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

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

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