#58560E

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

Shades of Army green #58560E

Tints of Army green #58560E

Color information

#58560E (or 0x58560E) is unknown color: approx Army green. HEX triplet: 58, 56 and 0E. RGB value is (88,86,14). Sum of RGB (Red+Green+Blue) = 88+86+14=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58560E is #A7A9F1. Grayscale: #4E4E4E. Windows color (decimal): -10988018 or 939608. OLE color: 939608.

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

Color convert

RGB888614-
CMYK00.020.840.65
HSL58.38º72.55%20%-
HSV(B)58.38º84.09%34.51%-
XYZ7.438.761.72-
YUV78.3991.66134.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=46.81%
G=45.74%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88861400.020.840.6558.3872.5520
Hex5856E0254413a4914
Octal13012616021241017211124
Binary10110001010110111001010101001000001111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58560E; }

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

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

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

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

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

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

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

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