Html Css Color HEX #485320 Army green

📋 copy color: '#485320'

red 72 ◦ green 83 ◦ blue 32

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

Shades of Army green #485320

Tints of Army green #485320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 38.5%
G = 44.39%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#485320 (or 0x485320) is known color: Army green. HEX triplet: 48, 53 and 20. RGB value is (72,83,32). Sum of RGB (Red+Green+Blue) = 72+83+32=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #485320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485320 is #B7ACDF. Grayscale: #4A4A4A. Windows color (decimal): -12037344 or 2118472. OLE color: 2118472.

HSL color Cylindrical-coordinate representation of color #485320: hue angle of 72.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485320 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 32 -
CMYK 0.13 0 0.61 0.67
HSL 72.94º 0.44% 0.23% -
HSV(B) 72.94º 0.61% 0.33% -
XYZ 6.03 7.67 2.53 -
YUV 73.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 72 83 32 0.13 0 0.61 0.67 72.94 0.44 0.23
Hex 48 53 20 D 0 3D 43 49 2C 17
Octal 110 123 40 15 0 75 103 111 54 27
Binary 1001000 1010011 100000 1101 0 111101 1000011 1001001 101100 10111

Color Harmonies of #485320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485320

Black with #485320

Text Example


Text Example

White with #485320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485320; }

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

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

background-color css

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

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

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

border-color css

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

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

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