#565814

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

Shades of Army green #565814

Tints of Army green #565814

Color information

#565814 (or 0x565814) is unknown color: approx Army green. HEX triplet: 56, 58 and 14. RGB value is (86,88,20). Sum of RGB (Red+Green+Blue) = 86+88+20=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #565814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565814 is #A9A7EB. Grayscale: #4F4F4F. Windows color (decimal): -11118572 or 1333334. OLE color: 1333334.

HSL color Cylindrical-coordinate representation of color #565814: hue angle of 61.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565814 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB868820-
CMYK0.0200.770.65
HSL61.76º62.96%21.18%-
HSV(B)61.76º77.27%34.51%-
XYZ7.459.012.01-
YUV79.6594.34132.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=44.33%
G=45.36%
B=10.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688200.0200.770.6561.7662.9621.18
Hex565814204D413e3f15
Octal1261302420115101767725
Binary10101101011000101001001001101100000111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565814; }

 p { color: rgb(86,88,20); }

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

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

 a { background-color: rgb(86,88,20); }

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

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

 span { border-color: rgb(86,88,20); }

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