#586014

Color #586014 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #586014

Tints of Army green #586014

Color information

#586014 (or 0x586014) is unknown color: approx Army green. HEX triplet: 58, 60 and 14. RGB value is (88,96,20). Sum of RGB (Red+Green+Blue) = 88+96+20=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #586014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586014 is #A79FEB. Grayscale: #555555. Windows color (decimal): -10985452 or 1335384. OLE color: 1335384.

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

Color convert

RGB889620-
CMYK0.0800.790.62
HSL66.32º65.52%22.75%-
HSV(B)66.32º79.17%37.65%-
XYZ8.3310.492.25-
YUV84.9491.35130.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=43.14%
G=47.06%
B=9.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896200.0800.790.6266.3265.5222.75
Hex586014804F3E424217
Octal130140241001177610210227
Binary10110001100000101001000010011111111101000010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586014; }

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

 H1.HeaderClassName
 {
   color: #586014;
 }
 .AnyTagClassName
 {
   color: #586014;
 }
</style>
background-color css

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

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

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

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

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

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