Html Css Color HEX #484820 Army green

📋 copy color: '#484820'

red 72 ◦ green 72 ◦ blue 32

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

Shades of Army green #484820

Tints of Army green #484820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 40.91%
G = 40.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#484820 (or 0x484820) is known color: Army green. HEX triplet: 48, 48 and 20. RGB value is (72,72,32). Sum of RGB (Red+Green+Blue) = 72+72+32=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484820 is #B7B7DF. Grayscale: #434343. Windows color (decimal): -12040160 or 2115656. OLE color: 2115656.

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

Color convert

RGB 72 72 32 -
CMYK 0 0 0.56 0.72
HSL 60º 0.38% 0.2% -
HSV(B) 60º 0.56% 0.28% -
XYZ 5.25 6.12 2.27 -
YUV 67.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 72 72 32 0 0 0.56 0.72 60 0.38 0.2
Hex 48 48 20 0 0 38 48 3C 26 14
Octal 110 110 40 0 0 70 110 74 46 24
Binary 1001000 1001000 100000 0 0 111000 1001000 111100 100110 10100

Color Harmonies of #484820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484820

Black with #484820

Text Example


Text Example

White with #484820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484820; }

 p { color: rgb(72,72,32); }

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

background-color css

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

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

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

border-color css

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

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

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