#505021

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

Shades of Army green #505021

Tints of Army green #505021

Color information

#505021 (or 0x505021) is unknown color: approx Army green. HEX triplet: 50, 50 and 21. RGB value is (80,80,33). Sum of RGB (Red+Green+Blue) = 80+80+33=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505021 is #AFAFDE. Grayscale: #4A4A4A. Windows color (decimal): -11513823 or 2183248. OLE color: 2183248.

HSL color Cylindrical-coordinate representation of color #505021: hue angle of 60º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505021 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB808033-
CMYK000.590.69
HSL60º41.59%22.16%-
HSV(B)60º58.75%31.37%-
XYZ6.457.552.56-
YUV74.64104.5131.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=41.45%
G=41.45%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808033000.590.696041.5922.16
Hex505021003B453c2a16
Octal120120410073105745226
Binary1010000101000010000100111011100010111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505021; }

 p { color: rgb(80,80,33); }

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

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

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

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

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

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

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