#474F20

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

Shades of Army green #474F20

Tints of Army green #474F20

Color information

#474F20 (or 0x474F20) is unknown color: approx Army green. HEX triplet: 47, 4F and 20. RGB value is (71,79,32). Sum of RGB (Red+Green+Blue) = 71+79+32=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #474F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F20 is #B8B0DF. Grayscale: #474747. Windows color (decimal): -12103904 or 2117447. OLE color: 2117447.

HSL color Cylindrical-coordinate representation of color #474F20: hue angle of 70.21º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474F20 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB717932-
CMYK0.1000.590.69
HSL70.21º42.34%21.76%-
HSV(B)70.21º59.49%30.98%-
XYZ5.667.042.43-
YUV71.25105.85127.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=39.01%
G=43.41%
B=17.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179320.1000.590.6970.2142.3421.76
Hex474F20A03B45462a16
Octal10711740120731051065226
Binary10001111001111100000101001110111000101100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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