#585514

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

Shades of Army green #585514

Tints of Army green #585514

Color information

#585514 (or 0x585514) is unknown color: approx Army green. HEX triplet: 58, 55 and 14. RGB value is (88,85,20). Sum of RGB (Red+Green+Blue) = 88+85+20=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585514 is #A7AAEB. Grayscale: #4E4E4E. Windows color (decimal): -10988268 or 1332568. OLE color: 1332568.

HSL color Cylindrical-coordinate representation of color #585514: hue angle of 57.35º 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 #585514 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB888520-
CMYK00.030.770.65
HSL57.35º62.96%21.18%-
HSV(B)57.35º77.27%34.51%-
XYZ7.48.621.94-
YUV78.4994.99134.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=45.60%
G=44.04%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88852000.030.770.6557.3562.9621.18
Hex585514034D41393f15
Octal1301252403115101717725
Binary10110001010101101000111001101100000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585514; }

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

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

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

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

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

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

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

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