#505214

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

Shades of Army green #505214

Tints of Army green #505214

Color information

#505214 (or 0x505214) is unknown color: approx Army green. HEX triplet: 50, 52 and 14. RGB value is (80,82,20). Sum of RGB (Red+Green+Blue) = 80+82+20=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #505214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505214 is #AFADEB. Grayscale: #4A4A4A. Windows color (decimal): -11513324 or 1331792. OLE color: 1331792.

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

Color convert

RGB808220-
CMYK0.0200.760.68
HSL61.94º60.78%20%-
HSV(B)61.94º75.61%32.16%-
XYZ6.457.791.83-
YUV74.3397.34132.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=43.96%
G=45.05%
B=10.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082200.0200.760.6861.9460.7820
Hex505214204C443e3d14
Octal1201222420114104767524
Binary10100001010010101001001001100100010011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505214; }

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

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

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

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

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

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

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

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