#515416

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

Shades of Army green #515416

Tints of Army green #515416

Color information

#515416 (or 0x515416) is unknown color: approx Army green. HEX triplet: 51, 54 and 16. RGB value is (81,84,22). Sum of RGB (Red+Green+Blue) = 81+84+22=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #515416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515416 is #AEABE9. Grayscale: #4C4C4C. Windows color (decimal): -11447274 or 1463377. OLE color: 1463377.

HSL color Cylindrical-coordinate representation of color #515416: hue angle of 62.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #515416 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB818422-
CMYK0.0400.740.67
HSL62.9º58.49%20.78%-
HSV(B)62.9º73.81%32.94%-
XYZ6.718.151.98-
YUV76.0497.51131.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=43.32%
G=44.92%
B=11.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184220.0400.740.6762.958.4920.78
Hex515416404A433f3a15
Octal1211242640112103777225
Binary101000110101001011010001001010100001111111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515416; }

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

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

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

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

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

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

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

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