#56520F

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

Shades of Army green #56520F

Tints of Army green #56520F

Color information

#56520F (or 0x56520F) is unknown color: approx Army green. HEX triplet: 56, 52 and 0F. RGB value is (86,82,15). Sum of RGB (Red+Green+Blue) = 86+82+15=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520F is #A9ADF0. Grayscale: #4B4B4B. Windows color (decimal): -11120113 or 1004118. OLE color: 1004118.

HSL color Cylindrical-coordinate representation of color #56520F: hue angle of 56.62º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56520F is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB868215-
CMYK00.050.830.66
HSL56.62º70.3%19.8%-
HSV(B)56.62º82.56%33.73%-
XYZ6.948.051.64-
YUV75.5693.83135.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=46.99%
G=44.81%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86821500.050.830.6656.6270.319.8
Hex5652F055342394614
Octal12612217051231027110624
Binary101011010100101111010110100111000010111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,82,15); }

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

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

 a { background-color: rgb(86,82,15); }

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

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

 span { border-color: rgb(86,82,15); }

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