#53561E

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

Shades of Army green #53561E

Tints of Army green #53561E

Color information

#53561E (or 0x53561E) is unknown color: approx Army green. HEX triplet: 53, 56 and 1E. RGB value is (83,86,30). Sum of RGB (Red+Green+Blue) = 83+86+30=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #53561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53561E is #ACA9E1. Grayscale: #4E4E4E. Windows color (decimal): -11315682 or 1988179. OLE color: 1988179.

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

Color convert

RGB838630-
CMYK0.0300.650.66
HSL63.21º48.28%22.75%-
HSV(B)63.21º65.12%33.73%-
XYZ7.138.592.51-
YUV78.72100.51131.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=41.71%
G=43.22%
B=15.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386300.0300.650.6663.2148.2822.75
Hex53561E3041423f3017
Octal1231263630101102776027
Binary10100111010110111101101000001100001011111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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