#504D12

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

Shades of Army green #504D12

Tints of Army green #504D12

Color information

#504D12 (or 0x504D12) is unknown color: approx Army green. HEX triplet: 50, 4D and 12. RGB value is (80,77,18). Sum of RGB (Red+Green+Blue) = 80+77+18=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D12 is #AFB2ED. Grayscale: #474747. Windows color (decimal): -11514606 or 1199440. OLE color: 1199440.

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

Color convert

RGB807718-
CMYK00.040.780.69
HSL57.1º63.27%19.22%-
HSV(B)57.1º77.5%31.37%-
XYZ6.077.061.61-
YUV71.1797.99134.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=45.71%
G=44%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80771800.040.780.6957.163.2719.22
Hex504D12044E45393f13
Octal1201152204116105717723
Binary101000010011011001001001001110100010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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