#504E12

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

Shades of Army green #504E12

Tints of Army green #504E12

Color information

#504E12 (or 0x504E12) is unknown color: approx Army green. HEX triplet: 50, 4E and 12. RGB value is (80,78,18). Sum of RGB (Red+Green+Blue) = 80+78+18=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E12 is #AFB1ED. Grayscale: #484848. Windows color (decimal): -11514350 or 1199696. OLE color: 1199696.

HSL color Cylindrical-coordinate representation of color #504E12: hue angle of 58.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504E12 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB807818-
CMYK00.020.780.69
HSL58.06º63.27%19.22%-
HSV(B)58.06º77.5%31.37%-
XYZ6.147.21.64-
YUV71.7697.66133.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=45.45%
G=44.32%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80781800.020.780.6958.0663.2719.22
Hex504E12024E453a3f13
Octal1201162202116105727723
Binary10100001001110100100101001110100010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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