Html Css Color HEX #474920 Army green

📋 copy color: '#474920'

red 71 ◦ green 73 ◦ blue 32

#474920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #474920

Tints of Army green #474920

RGB

 RED value IS 71 (28.13% from 255) = 40.34%

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 40.34%
G = 41.48%
B = 18.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#474920 (or 0x474920) is known color: Army green. HEX triplet: 47, 49 and 20. RGB value is (71,73,32). Sum of RGB (Red+Green+Blue) = 71+73+32=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #474920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474920 is #B8B6DF. Grayscale: #434343. Windows color (decimal): -12105440 or 2115911. OLE color: 2115911.

HSL color Cylindrical-coordinate representation of color #474920: hue angle of 62.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474920 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 32 -
CMYK 0.03 0 0.56 0.71
HSL 62.93º 0.39% 0.21% -
HSV(B) 62.93º 0.56% 0.29% -
XYZ 5.24 6.21 2.29 -
YUV 67.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 71 73 32 0.03 0 0.56 0.71 62.93 0.39 0.21
Hex 47 49 20 3 0 38 47 3F 27 15
Octal 107 111 40 3 0 70 107 77 47 25
Binary 1000111 1001001 100000 11 0 111000 1000111 111111 100111 10101

Color Harmonies of #474920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474920

Black with #474920

Text Example


Text Example

White with #474920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474920; }

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

 H1.HeaderClassName
 {
   color: #474920;
 }
 .AnyTagClassName
 {
   color: #474920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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