#53521A

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

Shades of Army green #53521A

Tints of Army green #53521A

Color information

#53521A (or 0x53521A) is unknown color: approx Army green. HEX triplet: 53, 52 and 1A. RGB value is (83,82,26). Sum of RGB (Red+Green+Blue) = 83+82+26=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53521A is #ACADE5. Grayscale: #4C4C4C. Windows color (decimal): -11316710 or 1725011. OLE color: 1725011.

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

Color convert

RGB838226-
CMYK00.010.690.67
HSL58.95º52.29%21.37%-
HSV(B)58.95º68.67%32.55%-
XYZ6.777.952.15-
YUV75.9199.83133.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=43.46%
G=42.93%
B=13.61%

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
Decimal83822600.010.690.6758.9552.2921.37
Hex53521A0145433b3415
Octal1231223201105103736425
Binary1010011101001011010011000101100001111101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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