#504F13

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

Shades of Army green #504F13

Tints of Army green #504F13

Color information

#504F13 (or 0x504F13) is unknown color: approx Army green. HEX triplet: 50, 4F and 13. RGB value is (80,79,19). Sum of RGB (Red+Green+Blue) = 80+79+19=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F13 is #AFB0EC. Grayscale: #484848. Windows color (decimal): -11514093 or 1265488. OLE color: 1265488.

HSL color Cylindrical-coordinate representation of color #504F13: hue angle of 59.02º 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 #504F13 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB807919-
CMYK00.010.760.69
HSL59.02º61.62%19.41%-
HSV(B)59.02º76.25%31.37%-
XYZ6.227.341.71-
YUV72.4697.83133.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=44.94%
G=44.38%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80791900.010.760.6959.0261.6219.41
Hex504F13014C453b3e13
Octal1201172301114105737623
Binary1010000100111110011011001100100010111101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504F13; }

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

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

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

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

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

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

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

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