#54520F

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

Shades of Army green #54520F

Tints of Army green #54520F

Color information

#54520F (or 0x54520F) is unknown color: approx Army green. HEX triplet: 54, 52 and 0F. RGB value is (84,82,15). Sum of RGB (Red+Green+Blue) = 84+82+15=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520F is #ABADF0. Grayscale: #4B4B4B. Windows color (decimal): -11251185 or 1004116. OLE color: 1004116.

HSL color Cylindrical-coordinate representation of color #54520F: hue angle of 58.26º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54520F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB848215-
CMYK00.020.820.67
HSL58.26º69.7%19.41%-
HSV(B)58.26º82.14%32.94%-
XYZ6.767.951.63-
YUV74.9694.16134.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=46.41%
G=45.30%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84821500.020.820.6758.2669.719.41
Hex5452F0252433a4613
Octal12412217021221037210623
Binary10101001010010111101010100101000011111010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,82,15); }

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

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

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

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

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

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

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