#585610

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

Shades of Army green #585610

Tints of Army green #585610

Color information

#585610 (or 0x585610) is unknown color: approx Army green. HEX triplet: 58, 56 and 10. RGB value is (88,86,16). Sum of RGB (Red+Green+Blue) = 88+86+16=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585610 is #A7A9EF. Grayscale: #4E4E4E. Windows color (decimal): -10988016 or 1070680. OLE color: 1070680.

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

Color convert

RGB888616-
CMYK00.020.820.65
HSL58.33º69.23%20.39%-
HSV(B)58.33º81.82%34.51%-
XYZ7.458.771.79-
YUV78.6292.66134.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=46.32%
G=45.26%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88861600.020.820.6558.3369.2320.39
Hex5856100252413a4514
Octal13012620021221017210524
Binary101100010101101000001010100101000001111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585610; }

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

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

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

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

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

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

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

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