Html Css Color HEX #474720 Army green

📋 copy color: '#474720'

red 71 ◦ green 71 ◦ blue 32

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

Shades of Army green #474720

Tints of Army green #474720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

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

R = 40.8%
G = 40.8%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474720 (or 0x474720) is known color: Army green. HEX triplet: 47, 47 and 20. RGB value is (71,71,32). Sum of RGB (Red+Green+Blue) = 71+71+32=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474720 is #B8B8DF. Grayscale: #424242. Windows color (decimal): -12105952 or 2115399. OLE color: 2115399.

HSL color Cylindrical-coordinate representation of color #474720: hue angle of 60º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474720 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 32 -
CMYK 0 0 0.55 0.72
HSL 60º 0.38% 0.2% -
HSV(B) 60º 0.55% 0.28% -
XYZ 5.11 5.95 2.25 -
YUV 66.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 71 71 32 0 0 0.55 0.72 60 0.38 0.2
Hex 47 47 20 0 0 37 48 3C 26 14
Octal 107 107 40 0 0 67 110 74 46 24
Binary 1000111 1000111 100000 0 0 110111 1001000 111100 100110 10100

Color Harmonies of #474720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474720

Black with #474720

Text Example


Text Example

White with #474720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474720; }

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

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

background-color css

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

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

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

border-color css

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

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

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