Html Css Color HEX #484920 Army green

📋 copy color: '#484920'

red 72 ◦ green 73 ◦ blue 32

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

Shades of Army green #484920

Tints of Army green #484920

RGB

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

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

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

R = 40.68%
G = 41.24%
B = 18.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#484920 (or 0x484920) is known color: Army green. HEX triplet: 48, 49 and 20. RGB value is (72,73,32). Sum of RGB (Red+Green+Blue) = 72+73+32=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #484920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484920 is #B7B6DF. Grayscale: #444444. Windows color (decimal): -12039904 or 2115912. OLE color: 2115912.

HSL color Cylindrical-coordinate representation of color #484920: hue angle of 61.46º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484920 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 32 -
CMYK 0.01 0 0.56 0.71
HSL 61.46º 0.39% 0.21% -
HSV(B) 61.46º 0.56% 0.29% -
XYZ 5.32 6.25 2.29 -
YUV 68.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 72 73 32 0.01 0 0.56 0.71 61.46 0.39 0.21
Hex 48 49 20 1 0 38 47 3D 27 15
Octal 110 111 40 1 0 70 107 75 47 25
Binary 1001000 1001001 100000 1 0 111000 1000111 111101 100111 10101

Color Harmonies of #484920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484920

Black with #484920

Text Example


Text Example

White with #484920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484920; }

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

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

background-color css

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

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

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

border-color css

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

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

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