#53561C

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

Shades of Army green #53561C

Tints of Army green #53561C

Color information

#53561C (or 0x53561C) is unknown color: approx Army green. HEX triplet: 53, 56 and 1C. RGB value is (83,86,28). Sum of RGB (Red+Green+Blue) = 83+86+28=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #53561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53561C is #ACA9E3. Grayscale: #4E4E4E. Windows color (decimal): -11315684 or 1857107. OLE color: 1857107.

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

Color convert

RGB838628-
CMYK0.0300.670.66
HSL63.1º50.88%22.35%-
HSV(B)63.1º67.44%33.73%-
XYZ7.18.582.38-
YUV78.4999.51131.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=42.13%
G=43.65%
B=14.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386280.0300.670.6663.150.8822.35
Hex53561C3043423f3316
Octal1231263430103102776326
Binary10100111010110111001101000011100001011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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