Html Css Color HEX #47461A Army green

📋 copy color: '#47461A'

red 71 ◦ green 70 ◦ blue 26

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

Shades of Army green #47461A

Tints of Army green #47461A

RGB

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

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

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

R = 42.51%
G = 41.92%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47461A (or 0x47461A) is known color: Army green. HEX triplet: 47, 46 and 1A. RGB value is (71,70,26). Sum of RGB (Red+Green+Blue) = 71+70+26=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461A is #B8B9E5. Grayscale: #414141. Windows color (decimal): -12106214 or 1721927. OLE color: 1721927.

HSL color Cylindrical-coordinate representation of color #47461A: hue angle of 58.67º 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 #47461A is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 26 -
CMYK 0 0.01 0.63 0.72
HSL 58.67º 0.46% 0.19% -
HSV(B) 58.67º 0.63% 0.28% -
XYZ 4.98 5.79 1.83 -
YUV 65.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 71 70 26 0 0.01 0.63 0.72 58.67 0.46 0.19
Hex 47 46 1A 0 1 3F 48 3B 2E 13
Octal 107 106 32 0 1 77 110 73 56 23
Binary 1000111 1000110 11010 0 1 111111 1001000 111011 101110 10011

Color Harmonies of #47461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47461A

Black with #47461A

Text Example


Text Example

White with #47461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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