Html Css Color HEX #47481F Army green

📋 copy color: '#47481F'

red 71 ◦ green 72 ◦ blue 31

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

Shades of Army green #47481F

Tints of Army green #47481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 40.8%
G = 41.38%
B = 17.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#47481F (or 0x47481F) is known color: Army green. HEX triplet: 47, 48 and 1F. RGB value is (71,72,31). Sum of RGB (Red+Green+Blue) = 71+72+31=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #47481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481F is #B8B7E0. Grayscale: #434343. Windows color (decimal): -12105697 or 2050119. OLE color: 2050119.

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

Color convert

RGB 71 72 31 -
CMYK 0.01 0 0.57 0.72
HSL 61.46º 0.4% 0.2% -
HSV(B) 61.46º 0.57% 0.28% -
XYZ 5.16 6.07 2.2 -
YUV 67.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 71 72 31 0.01 0 0.57 0.72 61.46 0.4 0.2
Hex 47 48 1F 1 0 39 48 3D 28 14
Octal 107 110 37 1 0 71 110 75 50 24
Binary 1000111 1001000 11111 1 0 111001 1001000 111101 101000 10100

Color Harmonies of #47481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47481F

Black with #47481F

Text Example


Text Example

White with #47481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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