#514F19

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

Shades of Army green #514F19

Tints of Army green #514F19

Color information

#514F19 (or 0x514F19) is unknown color: approx Army green. HEX triplet: 51, 4F and 19. RGB value is (81,79,25). Sum of RGB (Red+Green+Blue) = 81+79+25=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F19 is #AEB0E6. Grayscale: #494949. Windows color (decimal): -11448551 or 1658705. OLE color: 1658705.

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

Color convert

RGB817925-
CMYK00.020.690.68
HSL57.86º52.83%20.78%-
HSV(B)57.86º69.14%31.76%-
XYZ6.367.412.01-
YUV73.44100.66133.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=43.78%
G=42.70%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81792500.020.690.6857.8652.8320.78
Hex514F190245443a3515
Octal1211173102105104726525
Binary10100011001111110010101000101100010011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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