#54531A

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

Shades of Army green #54531A

Tints of Army green #54531A

Color information

#54531A (or 0x54531A) is unknown color: approx Army green. HEX triplet: 54, 53 and 1A. RGB value is (84,83,26). Sum of RGB (Red+Green+Blue) = 84+83+26=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #54531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531A is #ABACE5. Grayscale: #4D4D4D. Windows color (decimal): -11250918 or 1725268. OLE color: 1725268.

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

Color convert

RGB848326-
CMYK00.010.690.67
HSL58.97º52.73%21.57%-
HSV(B)58.97º69.05%32.94%-
XYZ6.948.152.18-
YUV76.899.33133.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=43.52%
G=43.01%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84832600.010.690.6758.9752.7321.57
Hex54531A0145433b3516
Octal1241233201105103736526
Binary1010100101001111010011000101100001111101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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