#504E13

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

Shades of Army green #504E13

Tints of Army green #504E13

Color information

#504E13 (or 0x504E13) is unknown color: approx Army green. HEX triplet: 50, 4E and 13. RGB value is (80,78,19). Sum of RGB (Red+Green+Blue) = 80+78+19=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E13 is #AFB1EC. Grayscale: #484848. Windows color (decimal): -11514349 or 1265232. OLE color: 1265232.

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

Color convert

RGB807819-
CMYK00.020.760.69
HSL58.03º61.62%19.41%-
HSV(B)58.03º76.25%31.37%-
XYZ6.157.21.68-
YUV71.8798.16133.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=45.20%
G=44.07%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80781900.020.760.6958.0361.6219.41
Hex504E13024C453a3e13
Octal1201162302114105727623
Binary10100001001110100110101001100100010111101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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