#54541F

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

Shades of Army green #54541F

Tints of Army green #54541F

Color information

#54541F (or 0x54541F) is unknown color: approx Army green. HEX triplet: 54, 54 and 1F. RGB value is (84,84,31). Sum of RGB (Red+Green+Blue) = 84+84+31=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54541F is #ABABE0. Grayscale: #4E4E4E. Windows color (decimal): -11250657 or 2053204. OLE color: 2053204.

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

Color convert

RGB848431-
CMYK000.630.67
HSL60º46.09%22.55%-
HSV(B)60º63.1%32.94%-
XYZ7.078.322.53-
YUV77.96101.5132.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=42.21%
G=42.21%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848431000.630.676046.0922.55
Hex54541F003F433c2e17
Octal124124370077103745627
Binary101010010101001111100111111100001111110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54541F; }

 p { color: rgb(84,84,31); }

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

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

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

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

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

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

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