#5B590C

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

Shades of Army green #5B590C

Tints of Army green #5B590C

Color information

#5B590C (or 0x5B590C) is unknown color: approx Army green. HEX triplet: 5B, 59 and 0C. RGB value is (91,89,12). Sum of RGB (Red+Green+Blue) = 91+89+12=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B590C is #A4A6F3. Grayscale: #515151. Windows color (decimal): -10790644 or 809307. OLE color: 809307.

HSL color Cylindrical-coordinate representation of color #5B590C: hue angle of 58.48º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B590C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB918912-
CMYK00.020.870.64
HSL58.48º76.7%20.2%-
HSV(B)58.48º86.81%35.69%-
XYZ7.959.41.74-
YUV80.8289.16135.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.40%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=47.40%
G=46.35%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91891200.020.870.6458.4876.720.2
Hex5B59C0257403a4d14
Octal13313114021271007211524
Binary10110111011001110001010101111000000111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B590C; }

 p { color: rgb(91,89,12); }

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

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

 a { background-color: rgb(91,89,12); }

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

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

 span { border-color: rgb(91,89,12); }

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