Html Css Color HEX #586013 Army green

📋 copy color: '#586013'

red 88 ◦ green 96 ◦ blue 19

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

Shades of Army green #586013

Tints of Army green #586013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 43.35%
G = 47.29%
B = 9.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#586013 (or 0x586013) is known color: Army green. HEX triplet: 58, 60 and 13. RGB value is (88,96,19). Sum of RGB (Red+Green+Blue) = 88+96+19=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #586013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586013 is #A79FEC. Grayscale: #555555. Windows color (decimal): -10985453 or 1269848. OLE color: 1269848.

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

Color convert

RGB 88 96 19 -
CMYK 0.08 0 0.80 0.62
HSL 66.23º 0.67% 0.23% -
HSV(B) 66.23º 0.8% 0.38% -
XYZ 8.32 10.49 2.2 -
YUV 84.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 88 96 19 0.08 0 0.80 0.62 66.23 0.67 0.23
Hex 58 60 13 8 0 50 3E 42 43 17
Octal 130 140 23 10 0 120 76 102 103 27
Binary 1011000 1100000 10011 1000 0 1010000 111110 1000010 1000011 10111

Color Harmonies of #586013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586013

Black with #586013

Text Example


Text Example

White with #586013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586013; }

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

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

background-color css

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

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

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

border-color css

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

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

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