#545116

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

Shades of Army green #545116

Tints of Army green #545116

Color information

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

HSL color Cylindrical-coordinate representation of color #545116: hue angle of 57.1º 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 #545116 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB848122-
CMYK00.040.740.67
HSL57.1º58.49%20.78%-
HSV(B)57.1º73.81%32.94%-
XYZ6.747.831.91-
YUV75.1797.99134.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84812200.040.740.6757.158.4920.78
Hex545116044A43393a15
Octal1241212604112103717225
Binary101010010100011011001001001010100001111100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545116; }

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

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

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

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

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

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

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

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