#514F16

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

Shades of Army green #514F16

Tints of Army green #514F16

Color information

#514F16 (or 0x514F16) is unknown color: approx Army green. HEX triplet: 51, 4F and 16. RGB value is (81,79,22). Sum of RGB (Red+Green+Blue) = 81+79+22=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F16 is #AEB0E9. Grayscale: #494949. Windows color (decimal): -11448554 or 1462097. OLE color: 1462097.

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

Color convert

RGB817922-
CMYK00.020.730.68
HSL57.97º57.28%20.2%-
HSV(B)57.97º72.84%31.76%-
XYZ6.337.41.85-
YUV73.199.16133.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=44.51%
G=43.41%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81792200.020.730.6857.9757.2820.2
Hex514F160249443a3914
Octal1211172602111104727124
Binary10100011001111101100101001001100010011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,22); }

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

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

 a { background-color: rgb(81,79,22); }

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

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

 span { border-color: rgb(81,79,22); }

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