#53561A

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

Shades of Army green #53561A

Tints of Army green #53561A

Color information

#53561A (or 0x53561A) is unknown color: approx Army green. HEX triplet: 53, 56 and 1A. RGB value is (83,86,26). Sum of RGB (Red+Green+Blue) = 83+86+26=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #53561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53561A is #ACA9E5. Grayscale: #4E4E4E. Windows color (decimal): -11315686 or 1726035. OLE color: 1726035.

HSL color Cylindrical-coordinate representation of color #53561A: hue angle of 63º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53561A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB838626-
CMYK0.0300.700.66
HSL63º53.57%21.96%-
HSV(B)63º69.77%33.73%-
XYZ7.088.572.26-
YUV78.2698.51131.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=42.56%
G=44.10%
B=13.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386260.0300.700.666353.5721.96
Hex53561A3046423f3616
Octal1231263230106102776626
Binary10100111010110110101101000110100001011111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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