#514E14

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

Shades of Army green #514E14

Tints of Army green #514E14

Color information

#514E14 (or 0x514E14) is unknown color: approx Army green. HEX triplet: 51, 4E and 14. RGB value is (81,78,20). Sum of RGB (Red+Green+Blue) = 81+78+20=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E14 is #AEB1EB. Grayscale: #484848. Windows color (decimal): -11448812 or 1330769. OLE color: 1330769.

HSL color Cylindrical-coordinate representation of color #514E14: hue angle of 57.05º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #514E14 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB817820-
CMYK00.040.750.68
HSL57.05º60.4%19.8%-
HSV(B)57.05º75.31%31.76%-
XYZ6.247.251.73-
YUV72.2898.49134.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=45.25%
G=43.58%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81782000.040.750.6857.0560.419.8
Hex514E14044B44393c14
Octal1211162404113104717424
Binary101000110011101010001001001011100010011100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,78,20); }

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

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

 a { background-color: rgb(81,78,20); }

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

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

 span { border-color: rgb(81,78,20); }

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