#485221

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

Shades of Army green #485221

Tints of Army green #485221

Color information

#485221 (or 0x485221) is unknown color: approx Army green. HEX triplet: 48, 52 and 21. RGB value is (72,82,33). Sum of RGB (Red+Green+Blue) = 72+82+33=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #485221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485221 is #B7ADDE. Grayscale: #494949. Windows color (decimal): -12037599 or 2183752. OLE color: 2183752.

HSL color Cylindrical-coordinate representation of color #485221: hue angle of 72.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485221 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB728233-
CMYK0.1200.600.68
HSL72.24º42.61%22.55%-
HSV(B)72.24º59.76%32.16%-
XYZ5.967.522.58-
YUV73.42105.19126.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=38.50%
G=43.85%
B=17.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282330.1200.600.6872.2442.6122.55
Hex485221C03C44482b17
Octal11012241140741041105327
Binary10010001010010100001110001111001000100100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485221; }

 p { color: rgb(72,82,33); }

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

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

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

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

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

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

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