Html Css Color HEX #47481D Army green

📋 copy color: '#47481D'

red 71 ◦ green 72 ◦ blue 29

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

Shades of Army green #47481D

Tints of Army green #47481D

RGB

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

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

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

R = 41.28%
G = 41.86%
B = 16.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#47481D (or 0x47481D) is known color: Army green. HEX triplet: 47, 48 and 1D. RGB value is (71,72,29). Sum of RGB (Red+Green+Blue) = 71+72+29=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #47481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481D is #B8B7E2. Grayscale: #424242. Windows color (decimal): -12105699 or 1919047. OLE color: 1919047.

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

Color convert

RGB 71 72 29 -
CMYK 0.01 0 0.60 0.72
HSL 61.4º 0.43% 0.2% -
HSV(B) 61.4º 0.6% 0.28% -
XYZ 5.14 6.06 2.06 -
YUV 66.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 71 72 29 0.01 0 0.60 0.72 61.4 0.43 0.2
Hex 47 48 1D 1 0 3C 48 3D 2B 14
Octal 107 110 35 1 0 74 110 75 53 24
Binary 1000111 1001000 11101 1 0 111100 1001000 111101 101011 10100

Color Harmonies of #47481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47481D

Black with #47481D

Text Example


Text Example

White with #47481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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