#56540F

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

Shades of Army green #56540F

Tints of Army green #56540F

Color information

#56540F (or 0x56540F) is unknown color: approx Army green. HEX triplet: 56, 54 and 0F. RGB value is (86,84,15). Sum of RGB (Red+Green+Blue) = 86+84+15=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540F is #A9ABF0. Grayscale: #4D4D4D. Windows color (decimal): -11119601 or 1004630. OLE color: 1004630.

HSL color Cylindrical-coordinate representation of color #56540F: hue angle of 58.31º 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 #56540F is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB868415-
CMYK00.020.830.66
HSL58.31º70.3%19.8%-
HSV(B)58.31º82.56%33.73%-
XYZ7.098.351.69-
YUV76.7393.16134.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=46.49%
G=45.41%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86841500.020.830.6658.3170.319.8
Hex5654F0253423a4614
Octal12612417021231027210624
Binary10101101010100111101010100111000010111010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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