Html Css Color HEX #47471A Army green

📋 copy color: '#47471A'

red 71 ◦ green 71 ◦ blue 26

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

Shades of Army green #47471A

Tints of Army green #47471A

RGB

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

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

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

R = 42.26%
G = 42.26%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47471A (or 0x47471A) is known color: Army green. HEX triplet: 47, 47 and 1A. RGB value is (71,71,26). Sum of RGB (Red+Green+Blue) = 71+71+26=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47471A is #B8B8E5. Grayscale: #424242. Windows color (decimal): -12105958 or 1722183. OLE color: 1722183.

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

Color convert

RGB 71 71 26 -
CMYK 0 0 0.63 0.72
HSL 60º 0.46% 0.19% -
HSV(B) 60º 0.63% 0.28% -
XYZ 5.04 5.92 1.85 -
YUV 65.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 71 71 26 0 0 0.63 0.72 60 0.46 0.19
Hex 47 47 1A 0 0 3F 48 3C 2E 13
Octal 107 107 32 0 0 77 110 74 56 23
Binary 1000111 1000111 11010 0 0 111111 1001000 111100 101110 10011

Color Harmonies of #47471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47471A

Black with #47471A

Text Example


Text Example

White with #47471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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