#53511A

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

Shades of Army green #53511A

Tints of Army green #53511A

Color information

#53511A (or 0x53511A) is unknown color: approx Army green. HEX triplet: 53, 51 and 1A. RGB value is (83,81,26). Sum of RGB (Red+Green+Blue) = 83+81+26=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53511A is #ACAEE5. Grayscale: #4B4B4B. Windows color (decimal): -11316966 or 1724755. OLE color: 1724755.

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

Color convert

RGB838126-
CMYK00.020.690.67
HSL57.89º52.29%21.37%-
HSV(B)57.89º68.67%32.55%-
XYZ6.77.82.13-
YUV75.33100.16133.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=43.68%
G=42.63%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83812600.020.690.6757.8952.2921.37
Hex53511A0245433a3415
Octal1231213202105103726425
Binary10100111010001110100101000101100001111101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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