Html Css Color HEX #474820 Army green

📋 copy color: '#474820'

red 71 ◦ green 72 ◦ blue 32

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

Shades of Army green #474820

Tints of Army green #474820

RGB

 RED value IS 71 (28.13% 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 value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#474820 (or 0x474820) is known color: 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

RGB 71 72 32 -
CMYK 0.01 0 0.56 0.72
HSL 61.5º 0.38% 0.2% -
HSV(B) 61.5º 0.56% 0.28% -
XYZ 5.18 6.08 2.27 -
YUV 67.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 71 72 32 0.01 0 0.56 0.72 61.5 0.38 0.2
Hex 47 48 20 1 0 38 48 3E 26 14
Octal 107 110 40 1 0 70 110 76 46 24
Binary 1000111 1001000 100000 1 0 111000 1001000 111110 100110 10100

Color Harmonies of #474820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474820

Black with #474820

Text Example


Text Example

White with #474820

Text Example


Text Example

HTML Codes & Css Web 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>