Html Css Color HEX #48471A Army green

📋 copy color: '#48471A'

red 72 ◦ green 71 ◦ blue 26

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

Shades of Army green #48471A

Tints of Army green #48471A

RGB

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

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

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

R = 42.6%
G = 42.01%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48471A (or 0x48471A) is known color: Army green. HEX triplet: 48, 47 and 1A. RGB value is (72,71,26). Sum of RGB (Red+Green+Blue) = 72+71+26=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48471A is #B7B8E5. Grayscale: #424242. Windows color (decimal): -12040422 or 1722184. OLE color: 1722184.

HSL color Cylindrical-coordinate representation of color #48471A: hue angle of 58.7º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48471A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 26 -
CMYK 0 0.01 0.64 0.72
HSL 58.7º 0.47% 0.19% -
HSV(B) 58.7º 0.64% 0.28% -
XYZ 5.11 5.96 1.86 -
YUV 66.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 72 71 26 0 0.01 0.64 0.72 58.7 0.47 0.19
Hex 48 47 1A 0 1 40 48 3B 2F 13
Octal 110 107 32 0 1 100 110 73 57 23
Binary 1001000 1000111 11010 0 1 1000000 1001000 111011 101111 10011

Color Harmonies of #48471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48471A

Black with #48471A

Text Example


Text Example

White with #48471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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