#54541C

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

Shades of Army green #54541C

Tints of Army green #54541C

Color information

#54541C (or 0x54541C) is unknown color: approx Army green. HEX triplet: 54, 54 and 1C. RGB value is (84,84,28). Sum of RGB (Red+Green+Blue) = 84+84+28=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54541C is #ABABE3. Grayscale: #4D4D4D. Windows color (decimal): -11250660 or 1856596. OLE color: 1856596.

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

Color convert

RGB848428-
CMYK000.670.67
HSL60º50%21.96%-
HSV(B)60º66.67%32.94%-
XYZ7.048.312.33-
YUV77.62100132.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848428000.670.67605021.96
Hex54541C0043433c3216
Octal1241243400103103746226
Binary1010100101010011100001000011100001111110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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