#545920

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

Shades of Army green #545920

Tints of Army green #545920

Color information

#545920 (or 0x545920) is unknown color: approx Army green. HEX triplet: 54, 59 and 20. RGB value is (84,89,32). Sum of RGB (Red+Green+Blue) = 84+89+32=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #545920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545920 is #ABA6DF. Grayscale: #515151. Windows color (decimal): -11249376 or 2120020. OLE color: 2120020.

HSL color Cylindrical-coordinate representation of color #545920: hue angle of 65.26º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545920 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB848932-
CMYK0.0600.640.65
HSL65.26º47.11%23.73%-
HSV(B)65.26º64.04%34.9%-
XYZ7.499.132.73-
YUV81.01100.34130.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=40.98%
G=43.41%
B=15.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489320.0600.640.6565.2647.1123.73
Hex545920604041412f18
Octal12413140601001011015730
Binary10101001011001100000110010000001000001100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545920; }

 p { color: rgb(84,89,32); }

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

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

 a { background-color: rgb(84,89,32); }

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

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

 span { border-color: rgb(84,89,32); }

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