#53511F

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

Shades of Army green #53511F

Tints of Army green #53511F

Color information

#53511F (or 0x53511F) is unknown color: approx Army green. HEX triplet: 53, 51 and 1F. RGB value is (83,81,31). Sum of RGB (Red+Green+Blue) = 83+81+31=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53511F is #ACAEE0. Grayscale: #4C4C4C. Windows color (decimal): -11316961 or 2052435. OLE color: 2052435.

HSL color Cylindrical-coordinate representation of color #53511F: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53511F is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB838131-
CMYK00.020.630.67
HSL57.69º45.61%22.35%-
HSV(B)57.69º62.65%32.55%-
XYZ6.767.822.45-
YUV75.9102.66133.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=42.56%
G=41.54%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83813100.020.630.6757.6945.6122.35
Hex53511F023F433a2e16
Octal123121370277103725626
Binary1010011101000111111010111111100001111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53511F; }

 p { color: rgb(83,81,31); }

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

<style>
 a { background-color: #53511F; }

 a { background-color: rgb(83,81,31); }

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

<style>
 span { border-color: #53511F; }

 span { border-color: rgb(83,81,31); }

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