#54541A

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

Shades of Army green #54541A

Tints of Army green #54541A

Color information

#54541A (or 0x54541A) is unknown color: approx Army green. HEX triplet: 54, 54 and 1A. RGB value is (84,84,26). Sum of RGB (Red+Green+Blue) = 84+84+26=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54541A is #ABABE5. Grayscale: #4D4D4D. Windows color (decimal): -11250662 or 1725524. OLE color: 1725524.

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

Color convert

RGB848426-
CMYK000.690.67
HSL60º52.73%21.57%-
HSV(B)60º69.05%32.94%-
XYZ7.018.32.21-
YUV77.3999132.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=43.30%
G=43.30%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848426000.690.676052.7321.57
Hex54541A0045433c3516
Octal1241243200105103746526
Binary1010100101010011010001000101100001111110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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