#545118

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

Shades of Army green #545118

Tints of Army green #545118

Color information

#545118 (or 0x545118) is unknown color: approx Army green. HEX triplet: 54, 51 and 18. RGB value is (84,81,24). Sum of RGB (Red+Green+Blue) = 84+81+24=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #545118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545118 is #ABAEE7. Grayscale: #4B4B4B. Windows color (decimal): -11251432 or 1593684. OLE color: 1593684.

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

Color convert

RGB848124-
CMYK00.040.710.67
HSL57º55.56%21.18%-
HSV(B)57º71.43%32.94%-
XYZ6.767.842.02-
YUV75.498.99134.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=44.44%
G=42.86%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84812400.040.710.675755.5621.18
Hex545118044743393815
Octal1241213004107103717025
Binary101010010100011100001001000111100001111100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545118; }

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

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

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

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

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

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

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

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