#545216

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

Shades of Army green #545216

Tints of Army green #545216

Color information

#545216 (or 0x545216) is unknown color: approx Army green. HEX triplet: 54, 52 and 16. RGB value is (84,82,22). Sum of RGB (Red+Green+Blue) = 84+82+22=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #545216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545216 is #ABADE9. Grayscale: #4C4C4C. Windows color (decimal): -11251178 or 1462868. OLE color: 1462868.

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

Color convert

RGB848222-
CMYK00.020.740.67
HSL58.06º58.49%20.78%-
HSV(B)58.06º73.81%32.94%-
XYZ6.827.981.94-
YUV75.7697.66133.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=44.68%
G=43.62%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84822200.020.740.6758.0658.4920.78
Hex545216024A433a3a15
Octal1241222602112103727225
Binary10101001010010101100101001010100001111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545216; }

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

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

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

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

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

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

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

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