Html Css Color HEX #586016 Army green

📋 copy color: '#586016'

red 88 ◦ green 96 ◦ blue 22

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

Shades of Army green #586016

Tints of Army green #586016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 42.72%
G = 46.6%
B = 10.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#586016 (or 0x586016) is known color: Army green. HEX triplet: 58, 60 and 16. RGB value is (88,96,22). Sum of RGB (Red+Green+Blue) = 88+96+22=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #586016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586016 is #A79FE9. Grayscale: #555555. Windows color (decimal): -10985450 or 1466456. OLE color: 1466456.

HSL color Cylindrical-coordinate representation of color #586016: hue angle of 66.49º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #586016 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 22 -
CMYK 0.08 0 0.77 0.62
HSL 66.49º 0.63% 0.23% -
HSV(B) 66.49º 0.77% 0.38% -
XYZ 8.35 10.5 2.35 -
YUV 85.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 88 96 22 0.08 0 0.77 0.62 66.49 0.63 0.23
Hex 58 60 16 8 0 4D 3E 42 3F 17
Octal 130 140 26 10 0 115 76 102 77 27
Binary 1011000 1100000 10110 1000 0 1001101 111110 1000010 111111 10111

Color Harmonies of #586016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586016

Black with #586016

Text Example


Text Example

White with #586016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586016; }

 p { color: rgb(88,96,22); }

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

background-color css

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

 a { background-color: rgb(88,96,22); }

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

border-color css

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

 span { border-color: rgb(88,96,22); }

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