#585511

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

Shades of Army green #585511

Tints of Army green #585511

Color information

#585511 (or 0x585511) is unknown color: approx Army green. HEX triplet: 58, 55 and 11. RGB value is (88,85,17). Sum of RGB (Red+Green+Blue) = 88+85+17=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585511 is #A7AAEE. Grayscale: #4E4E4E. Windows color (decimal): -10988271 or 1135960. OLE color: 1135960.

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

Color convert

RGB888517-
CMYK00.030.810.65
HSL57.46º67.62%20.59%-
HSV(B)57.46º80.68%34.51%-
XYZ7.378.611.8-
YUV78.1493.49135.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=46.32%
G=44.74%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88851700.030.810.6557.4667.6220.59
Hex585511035141394415
Octal13012521031211017110425
Binary101100010101011000101110100011000001111001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585511; }

 p { color: rgb(88,85,17); }

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

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

 a { background-color: rgb(88,85,17); }

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

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

 span { border-color: rgb(88,85,17); }

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