#506220

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

Shades of Army green #506220

Tints of Army green #506220

Color information

#506220 (or 0x506220) is unknown color: approx Army green. HEX triplet: 50, 62 and 20. RGB value is (80,98,32). Sum of RGB (Red+Green+Blue) = 80+98+32=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #506220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506220 is #AF9DDF. Grayscale: #555555. Windows color (decimal): -11509216 or 2122320. OLE color: 2122320.

HSL color Cylindrical-coordinate representation of color #506220: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506220 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB809832-
CMYK0.1800.670.62
HSL76.36º50.77%25.49%-
HSV(B)76.36º67.35%38.43%-
XYZ7.9410.552.98-
YUV85.0998.04124.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=38.10%
G=46.67%
B=15.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098320.1800.670.6276.3650.7725.49
Hex506220120433E4c3319
Octal12014240220103761146331
Binary101000011000101000001001001000011111110100110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506220; }

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

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

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

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

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

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

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

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