#585B14

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

Shades of Army green #585B14

Tints of Army green #585B14

Color information

#585B14 (or 0x585B14) is unknown color: approx Army green. HEX triplet: 58, 5B and 14. RGB value is (88,91,20). Sum of RGB (Red+Green+Blue) = 88+91+20=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #585B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585B14 is #A7A4EB. Grayscale: #525252. Windows color (decimal): -10986732 or 1334104. OLE color: 1334104.

HSL color Cylindrical-coordinate representation of color #585B14: hue angle of 62.54º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #585B14 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB889120-
CMYK0.0300.780.64
HSL62.54º63.96%21.76%-
HSV(B)62.54º78.02%35.69%-
XYZ7.899.612.1-
YUV82.0193.01132.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 91 (35.94% from 255) = 45.73%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=44.22%
G=45.73%
B=10.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891200.0300.780.6462.5463.9621.76
Hex585B14304E403f4016
Octal13013324301161007710026
Binary101100010110111010011010011101000000111111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B14; }

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

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

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

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

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

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

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

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