#565A1C

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

Shades of Army green #565A1C

Tints of Army green #565A1C

Color information

#565A1C (or 0x565A1C) is unknown color: approx Army green. HEX triplet: 56, 5A and 1C. RGB value is (86,90,28). Sum of RGB (Red+Green+Blue) = 86+90+28=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #565A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A1C is #A9A5E3. Grayscale: #515151. Windows color (decimal): -11118052 or 1858134. OLE color: 1858134.

HSL color Cylindrical-coordinate representation of color #565A1C: hue angle of 63.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #565A1C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB869028-
CMYK0.0400.690.65
HSL63.87º52.54%23.14%-
HSV(B)63.87º68.89%35.29%-
XYZ7.79.372.5-
YUV81.7497.67131.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=42.16%
G=44.12%
B=13.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690280.0400.690.6563.8752.5423.14
Hex565A1C404541403517
Octal12613234401051011006527
Binary1010110101101011100100010001011000001100000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A1C; }

 p { color: rgb(86,90,28); }

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

<style>
 a { background-color: #565A1C; }

 a { background-color: rgb(86,90,28); }

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

<style>
 span { border-color: #565A1C; }

 span { border-color: rgb(86,90,28); }

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