#50591E

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

Shades of Army green #50591E

Tints of Army green #50591E

Color information

#50591E (or 0x50591E) is unknown color: approx Army green. HEX triplet: 50, 59 and 1E. RGB value is (80,89,30). Sum of RGB (Red+Green+Blue) = 80+89+30=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #50591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50591E is #AFA6E1. Grayscale: #4F4F4F. Windows color (decimal): -11511522 or 1988944. OLE color: 1988944.

HSL color Cylindrical-coordinate representation of color #50591E: hue angle of 69.15º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50591E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB808930-
CMYK0.1000.660.65
HSL69.15º49.58%23.33%-
HSV(B)69.15º66.29%34.9%-
XYZ7.118.942.58-
YUV79.58100.02128.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=40.20%
G=44.72%
B=15.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089300.1000.660.6569.1549.5823.33
Hex50591EA04241453217
Octal120131361201021011056227
Binary10100001011001111101010010000101000001100010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50591E; }

 p { color: rgb(80,89,30); }

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

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

 a { background-color: rgb(80,89,30); }

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

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

 span { border-color: rgb(80,89,30); }

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