#474C22

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

Shades of Army green #474C22

Tints of Army green #474C22

Color information

#474C22 (or 0x474C22) is unknown color: approx Army green. HEX triplet: 47, 4C and 22. RGB value is (71,76,34). Sum of RGB (Red+Green+Blue) = 71+76+34=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #474C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C22 is #B8B3DD. Grayscale: #454545. Windows color (decimal): -12104670 or 2247751. OLE color: 2247751.

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

Color convert

RGB717634-
CMYK0.0700.550.70
HSL67.14º38.18%21.57%-
HSV(B)67.14º55.26%29.8%-
XYZ5.476.622.5-
YUV69.72107.84128.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=39.23%
G=41.99%
B=18.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176340.0700.550.7067.1438.1821.57
Hex474C22703746432616
Octal1071144270671061034626
Binary1000111100110010001011101101111000110100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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