#53631D

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

Shades of Army green #53631D

Tints of Army green #53631D

Color information

#53631D (or 0x53631D) is unknown color: approx Army green. HEX triplet: 53, 63 and 1D. RGB value is (83,99,29). Sum of RGB (Red+Green+Blue) = 83+99+29=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #53631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53631D is #AC9CE2. Grayscale: #565656. Windows color (decimal): -11312355 or 1925971. OLE color: 1925971.

HSL color Cylindrical-coordinate representation of color #53631D: hue angle of 73.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53631D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB839929-
CMYK0.1600.710.61
HSL73.71º54.69%25.1%-
HSV(B)73.71º70.71%38.82%-
XYZ8.2510.852.82-
YUV86.2495.7125.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=39.34%
G=46.92%
B=13.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399290.1600.710.6173.7154.6925.1
Hex53631D100473D4a3719
Octal12314335200107751126731
Binary10100111100011111011000001000111111101100101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53631D; }

 p { color: rgb(83,99,29); }

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

<style>
 a { background-color: #53631D; }

 a { background-color: rgb(83,99,29); }

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

<style>
 span { border-color: #53631D; }

 span { border-color: rgb(83,99,29); }

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