#545320

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

Shades of Army green #545320

Tints of Army green #545320

Color information

#545320 (or 0x545320) is unknown color: approx Army green. HEX triplet: 54, 53 and 20. RGB value is (84,83,32). Sum of RGB (Red+Green+Blue) = 84+83+32=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #545320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545320 is #ABACDF. Grayscale: #4D4D4D. Windows color (decimal): -11250912 or 2118484. OLE color: 2118484.

HSL color Cylindrical-coordinate representation of color #545320: hue angle of 58.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545320 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB848332-
CMYK00.010.620.67
HSL58.85º44.83%22.75%-
HSV(B)58.85º61.9%32.94%-
XYZ7.018.182.58-
YUV77.48102.33132.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=42.21%
G=41.71%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84833200.010.620.6758.8544.8322.75
Hex545320013E433b2d17
Octal124123400176103735527
Binary1010100101001110000001111110100001111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545320; }

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

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

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

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

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

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

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

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