Html Css Color HEX #58550E Army green

📋 copy color: '#58550E'

red 88 ◦ green 85 ◦ blue 14

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

Shades of Army green #58550E

Tints of Army green #58550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 47.06%
G = 45.45%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58550E (or 0x58550E) is known color: Army green. HEX triplet: 58, 55 and 0E. RGB value is (88,85,14). Sum of RGB (Red+Green+Blue) = 88+85+14=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58550E is #A7AAF1. Grayscale: #4E4E4E. Windows color (decimal): -10988274 or 939352. OLE color: 939352.

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

Color convert

RGB 88 85 14 -
CMYK 0 0.03 0.84 0.65
HSL 57.57º 0.73% 0.2% -
HSV(B) 57.57º 0.84% 0.35% -
XYZ 7.35 8.6 1.69 -
YUV 77.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 88 85 14 0 0.03 0.84 0.65 57.57 0.73 0.2
Hex 58 55 E 0 3 54 41 3A 49 14
Octal 130 125 16 0 3 124 101 72 111 24
Binary 1011000 1010101 1110 0 11 1010100 1000001 111010 1001001 10100

Color Harmonies of #58550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58550E

Black with #58550E

Text Example


Text Example

White with #58550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58550E;
 }
 .AnyTagClassName
 {
   color: #58550E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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