Html Css Color HEX #47491A Army green

📋 copy color: '#47491A'

red 71 ◦ green 73 ◦ blue 26

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

Shades of Army green #47491A

Tints of Army green #47491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 41.76%
G = 42.94%
B = 15.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#47491A (or 0x47491A) is known color: Army green. HEX triplet: 47, 49 and 1A. RGB value is (71,73,26). Sum of RGB (Red+Green+Blue) = 71+73+26=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #47491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491A is #B8B6E5. Grayscale: #434343. Windows color (decimal): -12105446 or 1722695. OLE color: 1722695.

HSL color Cylindrical-coordinate representation of color #47491A: hue angle of 62.55º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47491A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 26 -
CMYK 0.03 0 0.64 0.71
HSL 62.55º 0.47% 0.19% -
HSV(B) 62.55º 0.64% 0.29% -
XYZ 5.17 6.18 1.9 -
YUV 67.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 71 73 26 0.03 0 0.64 0.71 62.55 0.47 0.19
Hex 47 49 1A 3 0 40 47 3F 2F 13
Octal 107 111 32 3 0 100 107 77 57 23
Binary 1000111 1001001 11010 11 0 1000000 1000111 111111 101111 10011

Color Harmonies of #47491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47491A

Black with #47491A

Text Example


Text Example

White with #47491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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