#505013

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

Shades of Army green #505013

Tints of Army green #505013

Color information

#505013 (or 0x505013) is unknown color: approx Army green. HEX triplet: 50, 50 and 13. RGB value is (80,80,19). Sum of RGB (Red+Green+Blue) = 80+80+19=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505013 is #AFAFEC. Grayscale: #494949. Windows color (decimal): -11513837 or 1265744. OLE color: 1265744.

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

Color convert

RGB808019-
CMYK000.760.69
HSL60º61.62%19.41%-
HSV(B)60º76.25%31.37%-
XYZ6.297.491.73-
YUV73.0597.5132.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=44.69%
G=44.69%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808019000.760.696061.6219.41
Hex505013004C453c3e13
Octal1201202300114105747623
Binary1010000101000010011001001100100010111110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505013; }

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

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

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

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

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

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

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

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