#506022

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

Shades of Army green #506022

Tints of Army green #506022

Color information

#506022 (or 0x506022) is unknown color: approx Army green. HEX triplet: 50, 60 and 22. RGB value is (80,96,34). Sum of RGB (Red+Green+Blue) = 80+96+34=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #506022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506022 is #AF9FDD. Grayscale: #545454. Windows color (decimal): -11509726 or 2252880. OLE color: 2252880.

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

Color convert

RGB809634-
CMYK0.1700.650.62
HSL75.48º47.69%25.49%-
HSV(B)75.48º64.58%37.65%-
XYZ7.7810.193.07-
YUV84.1599.7125.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=38.10%
G=45.71%
B=16.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096340.1700.650.6275.4847.6925.49
Hex506022110413E4b3019
Octal12014042210101761136031
Binary101000011000001000101000101000001111110100101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506022; }

 p { color: rgb(80,96,34); }

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

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

 a { background-color: rgb(80,96,34); }

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

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

 span { border-color: rgb(80,96,34); }

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