Html Css Color HEX #585614 Army green

📋 copy color: '#585614'

red 88 ◦ green 86 ◦ blue 20

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

Shades of Army green #585614

Tints of Army green #585614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 45.36%
G = 44.33%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#585614 (or 0x585614) is known color: Army green. HEX triplet: 58, 56 and 14. RGB value is (88,86,20). Sum of RGB (Red+Green+Blue) = 88+86+20=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585614 is #A7A9EB. Grayscale: #4F4F4F. Windows color (decimal): -10988012 or 1332824. OLE color: 1332824.

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

Color convert

RGB 88 86 20 -
CMYK 0 0.02 0.77 0.65
HSL 58.24º 0.63% 0.21% -
HSV(B) 58.24º 0.77% 0.35% -
XYZ 7.48 8.78 1.96 -
YUV 79.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 88 86 20 0 0.02 0.77 0.65 58.24 0.63 0.21
Hex 58 56 14 0 2 4D 41 3A 3F 15
Octal 130 126 24 0 2 115 101 72 77 25
Binary 1011000 1010110 10100 0 10 1001101 1000001 111010 111111 10101

Color Harmonies of #585614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585614

Black with #585614

Text Example


Text Example

White with #585614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585614; }

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

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

background-color css

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

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

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

border-color css

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

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

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