#58540E

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

Shades of Army green #58540E

Tints of Army green #58540E

Color information

#58540E (or 0x58540E) is unknown color: approx Army green. HEX triplet: 58, 54 and 0E. RGB value is (88,84,14). Sum of RGB (Red+Green+Blue) = 88+84+14=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58540E is #A7ABF1. Grayscale: #4D4D4D. Windows color (decimal): -10988530 or 939096. OLE color: 939096.

HSL color Cylindrical-coordinate representation of color #58540E: hue angle of 56.76º 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 #58540E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB888414-
CMYK00.050.840.65
HSL56.76º72.55%20%-
HSV(B)56.76º84.09%34.51%-
XYZ7.278.451.66-
YUV77.2292.33135.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=47.31%
G=45.16%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88841400.050.840.6556.7672.5520
Hex5854E055441394914
Octal13012416051241017111124
Binary101100010101001110010110101001000001111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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