#545011

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

Shades of Army green #545011

Tints of Army green #545011

Color information

#545011 (or 0x545011) is unknown color: approx Army green. HEX triplet: 54, 50 and 11. RGB value is (84,80,17). Sum of RGB (Red+Green+Blue) = 84+80+17=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #545011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545011 is #ABAFEE. Grayscale: #4A4A4A. Windows color (decimal): -11251695 or 1134676. OLE color: 1134676.

HSL color Cylindrical-coordinate representation of color #545011: hue angle of 56.42º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #545011 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB848017-
CMYK00.050.800.67
HSL56.42º66.34%19.8%-
HSV(B)56.42º79.76%32.94%-
XYZ6.637.661.66-
YUV74.0195.83135.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=46.41%
G=44.20%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84801700.050.800.6756.4266.3419.8
Hex545011055043384214
Octal12412021051201037010224
Binary1010100101000010001010110100001000011111000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545011; }

 p { color: rgb(84,80,17); }

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

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

 a { background-color: rgb(84,80,17); }

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

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

 span { border-color: rgb(84,80,17); }

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