Html Css Color HEX #47461D Army green

📋 copy color: '#47461D'

red 71 ◦ green 70 ◦ blue 29

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

Shades of Army green #47461D

Tints of Army green #47461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.18%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 41.76%
G = 41.18%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47461D (or 0x47461D) is known color: Army green. HEX triplet: 47, 46 and 1D. RGB value is (71,70,29). Sum of RGB (Red+Green+Blue) = 71+70+29=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461D is #B8B9E2. Grayscale: #414141. Windows color (decimal): -12106211 or 1918535. OLE color: 1918535.

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

Color convert

RGB 71 70 29 -
CMYK 0 0.01 0.59 0.72
HSL 58.57º 0.42% 0.2% -
HSV(B) 58.57º 0.59% 0.28% -
XYZ 5.01 5.81 2.02 -
YUV 65.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 71 70 29 0 0.01 0.59 0.72 58.57 0.42 0.2
Hex 47 46 1D 0 1 3B 48 3B 2A 14
Octal 107 106 35 0 1 73 110 73 52 24
Binary 1000111 1000110 11101 0 1 111011 1001000 111011 101010 10100

Color Harmonies of #47461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47461D

Black with #47461D

Text Example


Text Example

White with #47461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47461D; }

 p { color: rgb(71,70,29); }

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

background-color css

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

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

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

border-color css

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

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

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