#545218

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

Shades of Army green #545218

Tints of Army green #545218

Color information

#545218 (or 0x545218) is unknown color: approx Army green. HEX triplet: 54, 52 and 18. RGB value is (84,82,24). Sum of RGB (Red+Green+Blue) = 84+82+24=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #545218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545218 is #ABADE7. Grayscale: #4C4C4C. Windows color (decimal): -11251176 or 1593940. OLE color: 1593940.

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

Color convert

RGB848224-
CMYK00.020.710.67
HSL58º55.56%21.18%-
HSV(B)58º71.43%32.94%-
XYZ6.847.992.05-
YUV75.9998.66133.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=44.21%
G=43.16%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84822400.020.710.675855.5621.18
Hex5452180247433a3815
Octal1241223002107103727025
Binary10101001010010110000101000111100001111101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545218; }

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

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

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

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

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

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

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

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