Html Css Color HEX #48491A Army green

📋 copy color: '#48491A'

red 72 ◦ green 73 ◦ blue 26

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

Shades of Army green #48491A

Tints of Army green #48491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

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

R = 42.11%
G = 42.69%
B = 15.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#48491A (or 0x48491A) is known color: Army green. HEX triplet: 48, 49 and 1A. RGB value is (72,73,26). Sum of RGB (Red+Green+Blue) = 72+73+26=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #48491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48491A is #B7B6E5. Grayscale: #434343. Windows color (decimal): -12039910 or 1722696. OLE color: 1722696.

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

Color convert

RGB 72 73 26 -
CMYK 0.01 0 0.64 0.71
HSL 61.28º 0.47% 0.19% -
HSV(B) 61.28º 0.64% 0.29% -
XYZ 5.24 6.22 1.9 -
YUV 67.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 72 73 26 0.01 0 0.64 0.71 61.28 0.47 0.19
Hex 48 49 1A 1 0 40 47 3D 2F 13
Octal 110 111 32 1 0 100 107 75 57 23
Binary 1001000 1001001 11010 1 0 1000000 1000111 111101 101111 10011

Color Harmonies of #48491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48491A

Black with #48491A

Text Example


Text Example

White with #48491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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