#54531F

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

Shades of Army green #54531F

Tints of Army green #54531F

Color information

#54531F (or 0x54531F) is unknown color: approx Army green. HEX triplet: 54, 53 and 1F. RGB value is (84,83,31). Sum of RGB (Red+Green+Blue) = 84+83+31=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531F is #ABACE0. Grayscale: #4D4D4D. Windows color (decimal): -11250913 or 2052948. OLE color: 2052948.

HSL color Cylindrical-coordinate representation of color #54531F: hue angle of 58.87º 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 #54531F is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB848331-
CMYK00.010.630.67
HSL58.87º46.09%22.55%-
HSV(B)58.87º63.1%32.94%-
XYZ78.172.5-
YUV77.37101.83132.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=42.42%
G=41.92%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84833100.010.630.6758.8746.0922.55
Hex54531F013F433b2e17
Octal124123370177103735627
Binary101010010100111111101111111100001111101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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