#514D12

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

Shades of Army green #514D12

Tints of Army green #514D12

Color information

#514D12 (or 0x514D12) is unknown color: approx Army green. HEX triplet: 51, 4D and 12. RGB value is (81,77,18). Sum of RGB (Red+Green+Blue) = 81+77+18=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D12 is #AEB2ED. Grayscale: #474747. Windows color (decimal): -11449070 or 1199441. OLE color: 1199441.

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

Color convert

RGB817718-
CMYK00.050.780.68
HSL56.19º63.64%19.41%-
HSV(B)56.19º77.78%31.76%-
XYZ6.167.11.62-
YUV71.4797.83134.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=46.02%
G=43.75%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81771800.050.780.6856.1963.6419.41
Hex514D12054E44384013
Octal12111522051161047010023
Binary1010001100110110010010110011101000100111000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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