#485322

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

Shades of Army green #485322

Tints of Army green #485322

Color information

#485322 (or 0x485322) is unknown color: approx Army green. HEX triplet: 48, 53 and 22. RGB value is (72,83,34). Sum of RGB (Red+Green+Blue) = 72+83+34=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #485322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485322 is #B7ACDD. Grayscale: #4A4A4A. Windows color (decimal): -12037342 or 2249544. OLE color: 2249544.

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

Color convert

RGB728334-
CMYK0.1300.590.67
HSL73.47º41.88%22.94%-
HSV(B)73.47º59.04%32.55%-
XYZ6.057.682.68-
YUV74.12105.36126.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=38.10%
G=43.92%
B=17.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283340.1300.590.6773.4741.8822.94
Hex485322D03B43492a17
Octal11012342150731031115227
Binary10010001010011100010110101110111000011100100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485322; }

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

 H1.HeaderClassName
 {
   color: #485322;
 }
 .AnyTagClassName
 {
   color: #485322;
 }
</style>
background-color css

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

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

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

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

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

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