#505220

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

Shades of Army green #505220

Tints of Army green #505220

Color information

#505220 (or 0x505220) is unknown color: approx Army green. HEX triplet: 50, 52 and 20. RGB value is (80,82,32). Sum of RGB (Red+Green+Blue) = 80+82+32=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #505220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505220 is #AFADDF. Grayscale: #4B4B4B. Windows color (decimal): -11513312 or 2118224. OLE color: 2118224.

HSL color Cylindrical-coordinate representation of color #505220: hue angle of 62.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505220 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB808232-
CMYK0.0200.610.68
HSL62.4º43.86%22.35%-
HSV(B)62.4º60.98%32.16%-
XYZ6.597.842.53-
YUV75.7103.34131.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=41.24%
G=42.27%
B=16.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082320.0200.610.6862.443.8622.35
Hex505220203D443e2c16
Octal120122402075104765426
Binary10100001010010100000100111101100010011111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505220; }

 p { color: rgb(80,82,32); }

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

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

 a { background-color: rgb(80,82,32); }

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

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

 span { border-color: rgb(80,82,32); }

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