#505223

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

Shades of Army green #505223

Tints of Army green #505223

Color information

#505223 (or 0x505223) is unknown color: approx Army green. HEX triplet: 50, 52 and 23. RGB value is (80,82,35). Sum of RGB (Red+Green+Blue) = 80+82+35=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #505223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505223 is #AFADDC. Grayscale: #4C4C4C. Windows color (decimal): -11513309 or 2314832. OLE color: 2314832.

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

Color convert

RGB808235-
CMYK0.0200.570.68
HSL62.55º40.17%22.94%-
HSV(B)62.55º57.32%32.16%-
XYZ6.637.862.76-
YUV76.04104.84130.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=40.61%
G=41.62%
B=17.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082350.0200.570.6862.5540.1722.94
Hex5052232039443f2817
Octal120122432071104775027
Binary10100001010010100011100111001100010011111110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505223; }

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

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

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

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

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

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

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

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