#485320

Color #485320 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #485320

Tints of Army green #485320

Color information

#485320 (or 0x485320) is unknown color: approx 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

RGB728332-
CMYK0.1300.610.67
HSL72.94º44.35%22.55%-
HSV(B)72.94º61.45%32.55%-
XYZ6.037.672.53-
YUV73.9104.36126.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=38.50%
G=44.39%
B=17.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283320.1300.610.6772.9444.3522.55
Hex485320D03D43492c17
Octal11012340150751031115427
Binary10010001010011100000110101111011000011100100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>