Html Css Color HEX #58540E Army green

📋 copy color: '#58540E'

red 88 ◦ green 84 ◦ blue 14

#58540E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #58540E

Tints of Army green #58540E

RGB

 RED value IS 88 (34.77% from 255) = 47.31%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58540E (or 0x58540E) is known color: 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

RGB 88 84 14 -
CMYK 0 0.05 0.84 0.65
HSL 56.76º 0.73% 0.2% -
HSV(B) 56.76º 0.84% 0.35% -
XYZ 7.27 8.45 1.66 -
YUV 77.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 88 84 14 0 0.05 0.84 0.65 56.76 0.73 0.2
Hex 58 54 E 0 5 54 41 39 49 14
Octal 130 124 16 0 5 124 101 71 111 24
Binary 1011000 1010100 1110 0 101 1010100 1000001 111001 1001001 10100

Color Harmonies of #58540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58540E

Black with #58540E

Text Example


Text Example

White with #58540E

Text Example


Text Example

HTML Codes & Css Web 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>