Html Css Color HEX #48471D Army green

📋 copy color: '#48471D'

red 72 ◦ green 71 ◦ blue 29

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

Shades of Army green #48471D

Tints of Army green #48471D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

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

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

Color convert

RGB 72 71 29 -
CMYK 0 0.01 0.60 0.72
HSL 58.6º 0.43% 0.2% -
HSV(B) 58.6º 0.6% 0.28% -
XYZ 5.15 5.97 2.04 -
YUV 66.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 72 71 29 0 0.01 0.60 0.72 58.6 0.43 0.2
Hex 48 47 1D 0 1 3C 48 3B 2B 14
Octal 110 107 35 0 1 74 110 73 53 24
Binary 1001000 1000111 11101 0 1 111100 1001000 111011 101011 10100

Color Harmonies of #48471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48471D

Black with #48471D

Text Example


Text Example

White with #48471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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