#514D10

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

Shades of Army green #514D10

Tints of Army green #514D10

Color information

#514D10 (or 0x514D10) is unknown color: approx Army green. HEX triplet: 51, 4D and 10. RGB value is (81,77,16). Sum of RGB (Red+Green+Blue) = 81+77+16=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D10 is #AEB2EF. Grayscale: #474747. Windows color (decimal): -11449072 or 1068369. OLE color: 1068369.

HSL color Cylindrical-coordinate representation of color #514D10: hue angle of 56.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514D10 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB817716-
CMYK00.050.800.68
HSL56.31º67.01%19.02%-
HSV(B)56.31º80.25%31.76%-
XYZ6.147.091.54-
YUV71.2496.83134.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=46.55%
G=44.25%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81771600.050.800.6856.3167.0119.02
Hex514D10055044384313
Octal12111520051201047010323
Binary1010001100110110000010110100001000100111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D10; }

 p { color: rgb(81,77,16); }

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

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

 a { background-color: rgb(81,77,16); }

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

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

 span { border-color: rgb(81,77,16); }

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