#505A20

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

Shades of Army green #505A20

Tints of Army green #505A20

Color information

#505A20 (or 0x505A20) is unknown color: approx Army green. HEX triplet: 50, 5A and 20. RGB value is (80,90,32). Sum of RGB (Red+Green+Blue) = 80+90+32=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #505A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A20 is #AFA5DF. Grayscale: #505050. Windows color (decimal): -11511264 or 2120272. OLE color: 2120272.

HSL color Cylindrical-coordinate representation of color #505A20: hue angle of 70.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505A20 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB809032-
CMYK0.1100.640.65
HSL70.34º47.54%23.92%-
HSV(B)70.34º64.44%35.29%-
XYZ7.239.122.75-
YUV80.4100.69127.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=39.60%
G=44.55%
B=15.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090320.1100.640.6570.3447.5423.92
Hex505A20B04041463018
Octal120132401301001011066030
Binary101000010110101000001011010000001000001100011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A20; }

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

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

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

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

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

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

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

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