#585714

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

Shades of Army green #585714

Tints of Army green #585714

Color information

#585714 (or 0x585714) is unknown color: approx Army green. HEX triplet: 58, 57 and 14. RGB value is (88,87,20). Sum of RGB (Red+Green+Blue) = 88+87+20=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #585714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585714 is #A7A8EB. Grayscale: #4F4F4F. Windows color (decimal): -10987756 or 1333080. OLE color: 1333080.

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

Color convert

RGB888720-
CMYK00.010.770.65
HSL59.12º62.96%21.18%-
HSV(B)59.12º77.27%34.51%-
XYZ7.568.941.99-
YUV79.6694.33133.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=45.13%
G=44.62%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88872000.010.770.6559.1262.9621.18
Hex585714014D413b3f15
Octal1301272401115101737725
Binary1011000101011110100011001101100000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585714; }

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

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

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

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

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

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

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

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