Html Css Color HEX #474819 Army green

📋 copy color: '#474819'

red 71 ◦ green 72 ◦ blue 25

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

Shades of Army green #474819

Tints of Army green #474819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 42.26%
G = 42.86%
B = 14.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#474819 (or 0x474819) is known color: Army green. HEX triplet: 47, 48 and 19. RGB value is (71,72,25). Sum of RGB (Red+Green+Blue) = 71+72+25=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #474819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474819 is #B8B7E6. Grayscale: #424242. Windows color (decimal): -12105703 or 1656903. OLE color: 1656903.

HSL color Cylindrical-coordinate representation of color #474819: hue angle of 61.28º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474819 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 25 -
CMYK 0.01 0 0.65 0.72
HSL 61.28º 0.48% 0.19% -
HSV(B) 61.28º 0.65% 0.28% -
XYZ 5.09 6.04 1.82 -
YUV 66.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 71 72 25 0.01 0 0.65 0.72 61.28 0.48 0.19
Hex 47 48 19 1 0 41 48 3D 30 13
Octal 107 110 31 1 0 101 110 75 60 23
Binary 1000111 1001000 11001 1 0 1000001 1001000 111101 110000 10011

Color Harmonies of #474819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474819

Black with #474819

Text Example


Text Example

White with #474819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474819; }

 p { color: rgb(71,72,25); }

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

background-color css

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

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

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

border-color css

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

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

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